1
0
mirror of https://github.com/systemd/systemd synced 2024-06-29 06:34:30 +00:00

hwdb: fix keyboard of RedmiBook Pro 15 2022 (#33465)

Fix two problems of the keyboard of RedmiBook Pro 15 2022.
- Enter key in the main area was mapped to KP_Enter.
- When Fn is locked (to use F1-F12 without pressing Fn),
  Right Ctrl was mapped to Menu. Keeping it as Right Ctrl is more useful.
This commit is contained in:
oldherl 2024-06-25 04:22:37 +10:00 committed by GitHub
parent 21ab3f505a
commit 341f04fa33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1753,6 +1753,15 @@ evdev:input:b0003v047FpC006*
evdev:atkbd:dmi:bvn*:bvr*:bd*:svn*:pn*:pvr*:rvnQuanta:rn30B7:rvr65.2B:*
KEYBOARD_KEY_88=media # "quick play
###########################################################
# Redmi
###########################################################
# RedmiBook Pro 15 2022
evdev:atkbd:dmi:bvn*:bvr*:bd*:svnTIMI:pnRedmiBookPro152022:pvr*
KEYBOARD_KEY_9c=enter # KP_enter in the main area is wrong
KEYBOARD_KEY_dd=rightctrl # Right Ctrl is preferrable over Menu
###########################################################
# Samsung
###########################################################