Last active
January 17, 2020 17:50
-
-
Save fhdhsni/754cf110ef27217ada7034a84a4355c6 to your computer and use it in GitHub Desktop.
Using Microsoft Natural Ergonomic Keyboard 4000 zoom slider in arch linux/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
sudo vim /usr/lib/udev/hwdb.d/60-keyboard.hwdb | |
sudo vim /lib/udev/hwdb.d/60-keyboard.hwdb # for Ubuntu | |
# edit section # Microsoft Natural Ergonomic Keyboard 4000 | |
# as you like | |
sudo udevadm hwdb --update | |
# unplug and plug back in the keyboard | |
from http://blog.philippklaus.de/2012/05/microsoft-natural-ergonomic-keyboard-4000-with-mac-os-x-and-linux/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for sharing!