summaryrefslogtreecommitdiff
path: root/keycodes
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-04-21 14:58:14 +1000
committerSergey V. Udaltsov <svu@gnome.org>2009-04-22 20:44:34 +0100
commit234a59fbc991b03d7eaed3c6c187b405c333c940 (patch)
treeb57b25a19b8cb9d4e3c835e87c1d390245975276 /keycodes
parent1ca960f0540690f5b2a0368616662b86b7b4a3e1 (diff)
keycodes: restore I56-I59 by using aliases for OUTP and friends.
65fba6dfe3435f changed I56 to I59 to OUTP, KITG, KIDN, KIUP and removed the I56 keycodes from the xfree86 map. Some inet models rely on this key for special functionality - they don't work anymore now. Instead of replacing them completely, alias OUTP to I56, etc. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'keycodes')
-rw-r--r--keycodes/xfree8612
1 files changed, 8 insertions, 4 deletions
diff --git a/keycodes/xfree86 b/keycodes/xfree86
index 932560a2..bf91fa8f 100644
--- a/keycodes/xfree86
+++ b/keycodes/xfree86
@@ -256,10 +256,10 @@ xkb_keycodes "basic" {
// <I53> = 211; <K73>
<I54> = 212;
<I55> = 213;
- <OUTP> = 214;
- <KITG> = 215;
- <KIDN> = 216;
- <KIUP> = 217;
+ <I56> = 214;
+ <I57> = 215;
+ <I58> = 216;
+ <I59> = 217;
<I5A> = 218;
// <I5B> = 219; <K74>
// <I5C> = 220; <K75>
@@ -352,6 +352,10 @@ xkb_keycodes "basic" {
alias <PAST> = <I18>;
alias <FIND> = <I19>;
alias <CUT> = <I1A>;
+ alias <OUTP> = <I56>;
+ alias <KITG> = <I57>;
+ alias <KIDN> = <I58>;
+ alias <KIUP> = <I59>;
// Other codes never generated. The XFree86 ddx never generates
// these codes.