You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.2 KiB
29 lines
1.2 KiB
From 79e73005cfb020a90aaf322c1bbc7a67b1ccfd4e Mon Sep 17 00:00:00 2001 |
|
From: Benjamin Berg <bberg@redhat.com> |
|
Date: Fri, 22 Apr 2022 15:59:34 +0200 |
|
Subject: [PATCH] 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. |
|
|
|
(cherry picked from commit 386885c4e6e3908c26582caddb07dead12713aa1) |
|
|
|
Related: #2087778 |
|
--- |
|
hwdb.d/60-keyboard.hwdb | 1 + |
|
1 file changed, 1 insertion(+) |
|
|
|
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*
|
|
|