Tagged Questions
2
votes
1answer
628 views
How to turn on/turn off leds by terminal?
I would like turn on/turn off some of my leds running a command on linux.
I use Ubuntu 12.04 LTS.
I tried
xset led named "Scroll Lock"
xset led named "Num Lock"
xset led 2 (this is the ...
2
votes
2answers
136 views
Key bindings in zshrc do not take any effect
I have just switched to zsh, and I would like to bind Home, End and Delete keys such that they would act similar to how they do in bash.
I have found some commands that work if I enter them directly ...