diff options
author | Daniel Drake <dsd@laptop.org> | 2013-05-08 13:46:19 -0600 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2013-05-14 22:37:39 +0100 |
commit | 9033de51aafc2ab2484f25b419cca0d1c22f0d92 (patch) | |
tree | 886c92f22f6313da63fb91f4167d1c2f19bc7a01 | |
parent | 4e648ea02ce68e404faa0c99118e4d11a64f74a7 (diff) | |
download | xkeyboard-config-9033de51aafc2ab2484f25b419cca0d1c22f0d92.tar.gz |
Fix AE00 alias in olpcm keycodes
The olpcm symbols refer to AE00 but that is not defined anywhere.
https://bugs.freedesktop.org/show_bug.cgi?id=34738
-rw-r--r-- | keycodes/olpc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keycodes/olpc b/keycodes/olpc index 0d7724b..d8f1ff8 100644 --- a/keycodes/olpc +++ b/keycodes/olpc @@ -16,6 +16,7 @@ xkb_keycodes "olpc" { default xkb_keycodes "olpcm" { + alias <AE00> = <TLDE>; // many OLPC keyboards don't put tilde there alias <AA02> = <BKSL>; // on model olpcm, new physical position of BKSL alias <AA06> = <AE12>; // on model olpcm, new physical position of =+ alias <AA07> = <AC11>; // on model olpcm, new physical position of '" |