]> git.ipfire.org Git - thirdparty/systemd.git/commit
hwdb: Fix F12 mapping on the Logitech Internet Navigator 12428/head
authorHans de Goede <hdegoede@redhat.com>
Mon, 22 Apr 2019 07:15:40 +0000 (09:15 +0200)
committerHans de Goede <hdegoede@redhat.com>
Mon, 29 Apr 2019 15:29:08 +0000 (17:29 +0200)
commite38fd76e5fa993e8ad1033c8f43d2426d7d2a3e2
treeaf1a83ed9a24266bf36fb6972b960c90d9cb50ef
parent29516b08cbc8725cce9c66bcd4d833be58dd5842
hwdb: Fix F12 mapping on the Logitech Internet Navigator

Many Logitech keyboards have the following special functions on F9-F12:
F9: file-browser F10: document-browser F11: image-browser F12:
music-browser. These should be bound to:

 #define KEY_FILE               144     /* AL Local Machine Browser */
 #define KEY_DOCUMENTS          235
 #define KEY_IMAGES           0x1ba     /* AL Image Browser */
 #define KEY_AUDIO            0x188     /* AL Audio Browser */

This commit fixes the wrong binding of F12 to KEY_SOUND (which
translates to XF86AudioPreset) and removes the ?? comments from
both F11 and F12.
hwdb/60-keyboard.hwdb