diff options
author | svu <svu> | 2006-09-18 13:51:37 +0000 |
---|---|---|
committer | svu <svu> | 2006-09-18 13:51:37 +0000 |
commit | b034eded33d6b78737425e390083964e9dc2767f (patch) | |
tree | dfb6cb6cc0c3b47aba43e540a944e58dc2b4416e /symbols/inet | |
parent | 7743330996628aaaa3891f3027f584e68aed2679 (diff) |
lv3:enter_switch, b.fd.o#8324
Diffstat (limited to 'symbols/inet')
-rw-r--r-- | symbols/inet | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/symbols/inet b/symbols/inet index ec3f37ab..cad572f2 100644 --- a/symbols/inet +++ b/symbols/inet @@ -2199,18 +2199,6 @@ partial xkb_symbols "apple" { key <KPEQ> { [ KP_Equal ] }; }; -partial modifier_keys -xkb_symbols "apple_laptop" { - include "inet(apple)" - - // These keyboards only generate a <RALT> when pressing fn+Alt. This makes - // it impossible to get to the third shift level on keys that are on - // the fn-keypad, so use the Enter key (right of <SPC>) for Mode_switch, - // and use fn+Enter (Apple's code for Menu) for KP_Enter. - replace key <KPEN> { [ ISO_Level3_Shift ] }; - modifier_map Mod2 { ISO_Level3_Shift }; -}; - partial alphanumeric_keys xkb_symbols "cymotionlinux" { key <RWIN> { [ at ] }; |