summaryrefslogtreecommitdiff
path: root/symbols
diff options
context:
space:
mode:
authorStefan Dirsch <sndirsch@suse.de>2011-05-24 16:54:28 +0200
committerSergey V. Udaltsov <svu@gnome.org>2011-05-25 00:38:14 +0100
commit88a087588973ef6bdbf358b5e37230168d4acbcd (patch)
tree61a9f1721477fe15daaceaa0b6430d7a0b1415ac /symbols
parente5eb6f50085f6f7f836d65a828a7ecea715c0c7c (diff)
Move fake key MDSW to a different keycode value in xfree86 table.
According to symbols/inet this keycode is used by two keyboard models: logitech_g15 and apple. Thus it should not be used for a fake keycode that gets assigned to a virtual modifier. Signed-off-by: Egbert Eich <eich@freedesktop.org>
Diffstat (limited to 'symbols')
-rw-r--r--symbols/inet4
1 files changed, 2 insertions, 2 deletions
diff --git a/symbols/inet b/symbols/inet
index 7ffa886e..b8f4d194 100644
--- a/symbols/inet
+++ b/symbols/inet
@@ -1217,7 +1217,7 @@ xkb_symbols "logitech_g15" {
key <K72> { [ XF86LaunchC ] };
key <K74> { [ XF86WWW ] };
key <K75> { [ XF86LaunchE ] };
- key <MDSW> { [ XF86Launch1 ] };
+ key <II5D> { [ XF86Launch1 ] };
key <NFER> { [ XF86Launch2 ] };
key <XFER> { [ XF86Launch8 ] };
};
@@ -1728,7 +1728,7 @@ xkb_symbols "apple" {
key <K5E> { [ F14 ] };
key <K5F> { [ F15 ] };
key <K6C> { [ XF86Eject ] };
- key <MDSW> { [ F16 ] };
+ key <II5D> { [ F16 ] };
key <KPEQ> { [ KP_Equal ] };
};