summaryrefslogtreecommitdiff
path: root/symbols/olpc
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2013-04-20 12:02:25 -0400
committerSergey V. Udaltsov <svu@gnome.org>2013-04-20 21:21:55 +0100
commit690ea60dcb6793879489c17ab5d85afd272fa0f7 (patch)
tree75dec6bb0aba7636eb2325c205472e1bf18d7396 /symbols/olpc
parent099742beb537b3c2c18bd6269fc2c1d4d956689c (diff)
downloadxkeyboard-config-690ea60dcb6793879489c17ab5d85afd272fa0f7.tar.gz
add support for the OLPC mechanical non-membrane keyboard
Patch updated against current tree. > From: Paul Fox <pgf@laptop.org> > Date: Tue, 20 Jul 2010 16:22:40 -0400 > Subject: [PATCH] add support for the OLPC "mechanical" (non-membrane) keyboard > model(s). to aid in this, add keycodes/olpc with aliases to avoid needing to > use BKSL and TLDE, which don't appear anywhere near their "traditional" > position on the olpcm mechanical keyboards.
Diffstat (limited to 'symbols/olpc')
-rw-r--r--symbols/olpc8
1 files changed, 4 insertions, 4 deletions
diff --git a/symbols/olpc b/symbols/olpc
index e9e950b..250e2c5 100644
--- a/symbols/olpc
+++ b/symbols/olpc
@@ -13,9 +13,9 @@ xkb_symbols "olpc" {
modifier_map Mod4 { KP_Prior }; // KP_Prior is the "O" game key
modifier_map Mod5 { KP_Next }; // KP_Next is the "X" game key
- key <I220> { [ XF86Search ] }; // search key
- key <I221> { [ XF86Meeting ] }; // fn+search key
+ key <I220> { [ XF86Search ] }; // search key (unpopulated on olpcm, harmless)
+ key <I221> { [ XF86Meeting ] }; // fn+search key (unpopulated on olpcm, harmless)
key <I236> { [ XF86Start ] }; // gear key (fn+space)
- key <I147> { [ XF86TaskPane ] }; // frame key (the top-right key)
- key <I224> { [ XF86Messenger ] }; // overlay key (next to frame key)
+ key <I147> { [ XF86TaskPane ] }; // frame key (the top-right key) (unpopulated on olpcm, harmless)
+ key <I224> { [ XF86Messenger ] }; // overlay key (next to frame key) (unpopulated on olpcm, harmless)
};