diff options
author | Martin Pitt <martin@piware.de> | 2018-01-22 21:17:08 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-01-23 10:30:49 +0100 |
commit | 2b0c59baa23c04475579def2ab3c7945eaf67b4f (patch) | |
tree | 965cca2fe1ce11e4d740d679753ccc77af88dc68 /NEWS | |
parent | 0d2eef9bcbd8c85713b5523ae0f104a34c1a9645 (diff) | |
download | systemd-2b0c59baa23c04475579def2ab3c7945eaf67b4f.tar.gz systemd-2b0c59baa23c04475579def2ab3c7945eaf67b4f.tar.bz2 systemd-2b0c59baa23c04475579def2ab3c7945eaf67b4f.zip |
hwdb: map zoomin/out keys to up/down
Some keyboards come with a zoom see-saw or rocker which until now got
mapped to the Linux "zoomin/out" keys in hwdb. However, these keycodes
are not recognized by any major desktop. They now produce Up/Down key
events so that they can be used for scrolling.
The internet is full of instructions how to "unbreak" these keys, e. g.
https://askubuntu.com/questions/471802/make-the-zoom-slider-of-microsoft-natural-ergonomic-keyboard-4000-and-7000-scrol
https://unix.stackexchange.com/questions/322075/how-to-get-ms-natural-ergonomic-4000-slider-work-on-linux-mint
So let's make it official. But keep their physical meaning in comments
in case desktops start to do something useful with them at some point.
Thanks to Finn Christiansen for the original patch!
Replaces #6953
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ systemd System and Service Manager +CHANGES WITH 237 in spe: + + * Some keyboards come with a zoom see-saw or rocker which until now got + mapped to the Linux "zoomin/out" keys in hwdb. However, these + keycodes are not recognized by any major desktop. They now produce + Up/Down key events so that they can be used for scrolling. + + — Berlin, 2018-XX-XX + CHANGES WITH 236: * The modprobe.d/ drop-in for the bonding.ko kernel module introduced |