]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
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)
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

index 4f1b42bd04b69dacb214e5b5e5983152dd88b79a..851b62bb5c60678323fae49bbccce7971f24e2ed 100644 (file)
@@ -1071,8 +1071,8 @@ evdev:input:b0003v046DpC309*
  KEYBOARD_KEY_c0207=save         # Save (F8)
  KEYBOARD_KEY_c0194=file         # My Computer (F9)
  KEYBOARD_KEY_c01a7=documents    # My Documents (F10)
- KEYBOARD_KEY_c01b6=images       # My Pictures (F11) ??
- KEYBOARD_KEY_c01b7=sound        # My Music (F12) ??
+ KEYBOARD_KEY_c01b6=images       # My Pictures (F11)
+ KEYBOARD_KEY_c01b7=audio        # My Music (F12)
 
 
 ###########################################################