Last active
July 19, 2016 01:11
-
-
Save ysheng26/bc0e0cdf740e2934bc467dfdc081b8e7 to your computer and use it in GitHub Desktop.
Microsoft Natural Ergonomic 4000 for Ubuntu
This file contains hidden or 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
On Xubuntu 13.10 (perhaps on Ubuntu 13.10 too) the same can be done as follows: | |
Edit key mappings in /lib/udev/hwdb.d/60-keyboard.hwdb: | |
########################################################### | |
# Microsoft | |
########################################################### | |
# Microsoft Natural Ergonomic Keyboard 4000 | |
keyboard:usb:v045Ep00DB* | |
KEYBOARD_KEY_c022d=pageup | |
KEYBOARD_KEY_c022e=pagedown | |
Run sudo udevadm hwdb --update | |
Reboot. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment