From: Hans de Goede Date: Mon, 22 Apr 2019 07:15:40 +0000 (+0200) Subject: hwdb: Fix F12 mapping on the Logitech Internet Navigator X-Git-Tag: v243-rc1~500^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e38fd76e5fa993e8ad1033c8f43d2426d7d2a3e2;p=thirdparty%2Fsystemd.git 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. --- diff --git a/hwdb/60-keyboard.hwdb b/hwdb/60-keyboard.hwdb index 4f1b42bd04b..851b62bb5c6 100644 --- a/hwdb/60-keyboard.hwdb +++ b/hwdb/60-keyboard.hwdb @@ -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) ###########################################################