Created
December 15, 2019 02:59
-
-
Save furui/37797ec7b51778a0f1faafa470772ab6 to your computer and use it in GitHub Desktop.
Keychron K2 udev hwdb to remap PgUp, PgDn, Home, and End to laptop style layout (Home, PgUp, PgDn, End)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
evdev:input:b0003v05ACp024F* | |
KEYBOARD_KEY_7004b=home | |
KEYBOARD_KEY_7004e=pageup | |
KEYBOARD_KEY_7004a=pagedown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/etc/udev/hwdb.d/
sudo systemd-hwdb update
sudo udevadm trigger
(all USB devices will be reset)It won't fix the keys themselves though, you'll need to get keycaps. It also won't fix Bluetooth. You'll probably need a different solution for that.