Last active
December 28, 2015 03:19
-
-
Save powerswitch/7434823 to your computer and use it in GitHub Desktop.
Bring the Thinkpad X60t hot keys back to life after kernel update killed them
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
echo 0xffffff > /sys/devices/platform/thinkpad_acpi/hotkey_mask #creates kernel warning | |
setkeycodes 71 103 | |
setkeycodes 6e 105 | |
setkeycodes 6d 106 | |
setkeycodes 6f 108 | |
setkeycodes 69 28 | |
setkeycodes 6b 1 | |
setkeycodes 6c 112 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment