Last active
August 29, 2015 14:03
-
-
Save M66B/87f25e327cfbc49366e3 to your computer and use it in GitHub Desktop.
Acer C720 keyboard
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
sudo apt-get install xdotool xbacklight | |
CAPS xdotool key Caps_Lock | |
F6 xbacklight -dec 10 | |
F7 xbacklight -inc 10 | |
F8 amixer sset Master toggle | |
F9 amixer sset Master 5%- unmute | |
F10 amixer sset Master 5%+ unmute | |
(Control_R xdotool key --clearmodifiers End) | |
sudo nano /etc/systemd/logind.conf | |
HandlePowerKey=ignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment