From 386885c4e6e3908c26582caddb07dead12713aa1 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Fri, 22 Apr 2022 15:59:34 +0200 Subject: hwdb: Remap micmute to f20 for ASUS WMI hotkeys For micmute userspace handles both micmute and f20, as Xorg cannot handle the high keycode that the micmute key has. As such, adding the remapping means that the key will work on Xorg clients and not just when using wayland. --- hwdb.d/60-keyboard.hwdb | 1 + 1 file changed, 1 insertion(+) (limited to 'hwdb.d/60-keyboard.hwdb') diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb index e1c124d8b9..f78bc6d9cb 100644 --- a/hwdb.d/60-keyboard.hwdb +++ b/hwdb.d/60-keyboard.hwdb @@ -233,6 +233,7 @@ evdev:name:Asus WMI hotkeys:dmi:bvn*:bvr*:bd*:svnASUS*:pn*:* evdev:name:Eee PC WMI hotkeys:dmi:bvn*:bvr*:bd*:svnASUS*:pn*:* evdev:name:Asus Laptop extra buttons:dmi:bvn*:bvr*:bd*:svnASUS*:pn*:* KEYBOARD_KEY_6b=f21 # Touchpad Toggle + KEYBOARD_KEY_7c=f20 # Remap micmute to f20 # USB keyboard in Asus FX503VD evdev:input:b0003v0B05p1869* -- cgit v1.2.1