Comment 29 for bug 67188

Revision history for this message
mabovo (mabovo) wrote :

Finally I found the perfect match for MacBook 2nd gen UK keyboard configured for brazilian portuguese characters:
mabovo@macbook:~$ xprop -root | grep XKB
_XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "apple_laptop", "us", "basic", "grp_led:scrol l,compose:rwin,lv3:lwin_switch,grp:alts_toggle"
_XKB_RULES_NAMES(STRING) = "xorg", "apple_laptop", "us", "basic", "grp_led:scrol l,compose:rwin,lv3:lwin_switch,grp:alts_toggle"

Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver "kbd"
 Option "XkbRules" "xorg"
 Option "XkbModel" "apple_laptop"
# Option "XkbModel" "macintosh(macbook79)"
 Option "XkbLayout" "us"
# Option "XkbLayout" "pt"
 Option "XkbVariant" "basic"
# Option "XkbVariant" "apple_laptop"
# Option "XkbVariant" "mac"
 Option "XkbOptions" "grp_led:scrol l,compose:rwin,lv3:lwin_switch,grp:alts_toggle"
EndSection