summaryrefslogtreecommitdiff
path: root/keycodes
diff options
context:
space:
mode:
authorEgbert Eich <eich@freedesktop.org>2014-02-05 03:59:29 +0100
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2014-02-05 23:04:59 +0000
commit7596672b96315465df8d8d691e3a567a52f70743 (patch)
tree0516f6b037b2c716a69b410611ef430a370ecc64 /keycodes
parentc641cf93d8d65f278ce42e44c779e755d1898b4d (diff)
downloadxkeyboard-config-7596672b96315465df8d8d691e3a567a52f70743.tar.gz
Fix overlap of inet keys with jp Henkan and Muhenkan keys
The keyboard driver (for legacy keyboards) reports the same keycodes for some inet keys as for the extra keys (Henkan and Muhenkan) on Japanese 106 keyboards. So on these keyboards Japanese users either loose their extra keys or some multimedia keys. In: commit bd9d0ced6154de583c96573585f428618017fca3 Fix henkan key on jp106 keyboard with inet media keys the Henkan/Muhenkan keys were reintroduced. A better fix will map one of the two sets to different and still unused keycodes. A patch for the xf86-input-keyboard driver moves the two inet keys into the range above 0xfb. This patch contains the corresponding changes to xkeyboard-config. Both the legacy keyboard driver and xkeyboard-config will have to be updated simultaniously otherwise users will loose the two affected multmedia keys. Signed-off-by: Egbert Eich <eich@freedesktop.org>
Diffstat (limited to 'keycodes')
-rw-r--r--keycodes/xfree864
1 files changed, 2 insertions, 2 deletions
diff --git a/keycodes/xfree86 b/keycodes/xfree86
index 0c91018..47dc893 100644
--- a/keycodes/xfree86
+++ b/keycodes/xfree86
@@ -163,9 +163,7 @@ xkb_keycodes "basic" {
// The entries commented out are never generated because the raw codes
// in those positions are already used for well-defined keys.
- alias <I01> = <XFER>;
<I02> = 130;
- alias <I03> = <NFER>;
<I04> = 132;
alias <I05> = <AE13>;
<I06> = 134;
@@ -287,7 +285,9 @@ xkb_keycodes "basic" {
<I7A> = 250;
<I7B> = 251;
<I7C> = 252;
+ alias <IR7C> = <I7C>;
<I7D> = 253;
+ alias <IR7D> = <I7D>;
<I7E> = 254;
<I7F> = 255;