summaryrefslogtreecommitdiff
path: root/symbols/inet
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2020-06-23 13:57:58 +0200
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2020-06-23 13:32:14 +0000
commit5ea031eb4998726dc5a00ba1fb2253b21cdbe366 (patch)
tree2d42eb199ff291f7a4c7900d9ac4d9c917c7e72f /symbols/inet
parenta0c718f3b6f5a6e239da7bd23b3c0c0f98fe1a94 (diff)
downloadxkeyboard-config-5ea031eb4998726dc5a00ba1fb2253b21cdbe366.tar.gz
Map `KEY_DOLLAR` and `KEY_EURO` to `dollar` and `EuroSign`
The keyboard of the Acer TravelMate 5735Z has dedicated currency keys close to the arrow keys. Currently, these are not working. `libinput debug-events` reports the events below. event0 KEYBOARD_KEY +7.161s KEY_EURO (435) pressed event0 KEYBOARD_KEY +7.305s KEY_EURO (435) released event0 KEYBOARD_KEY +7.708s KEY_DOLLAR (434) pressed event0 KEYBOARD_KEY +7.852s KEY_DOLLAR (434) released So, add the corresponding mappings. With these changes, pressing these keys results in € and $ being displayed by GNOME Shell 3.36.3. Closes: https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/213
Diffstat (limited to 'symbols/inet')
-rw-r--r--symbols/inet2
1 files changed, 2 insertions, 0 deletions
diff --git a/symbols/inet b/symbols/inet
index 9038f08..804979d 100644
--- a/symbols/inet
+++ b/symbols/inet
@@ -221,6 +221,8 @@ xkb_symbols "evdev" {
key <I372> { [ XF86Favorites ] };
key <I380> { [ XF86FullScreen ] };
key <I382> { [ XF86Keyboard ] };
+ key <I442> { [ dollar ] };
+ key <I443> { [ EuroSign ] };
key <I569> { [ XF86RotationLockToggle ] };
key <FK13> { [ XF86Tools ] };