Files
systemd/hwdb
Hans de Goede e38fd76e5f 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.
2019-04-29 17:29:08 +02:00
..
2019-04-09 18:37:46 +02:00
2019-04-08 11:42:16 +02:00
2018-06-13 14:20:03 +02:00
2019-04-08 11:42:16 +02:00
2019-01-22 11:12:14 +01:00
2019-01-22 11:12:14 +01:00
2014-07-03 16:28:57 +02:00
2019-03-25 14:52:38 +01:00
2019-02-14 11:03:06 +01:00
2019-04-09 18:37:46 +02:00
2019-04-08 11:42:16 +02:00
2019-04-08 11:42:16 +02:00
2019-04-08 11:42:16 +02:00
2019-04-08 11:42:16 +02:00
2019-02-14 11:03:06 +01:00
2019-03-25 14:52:38 +01:00