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
| #!/bin/sh | |
| echo "Trying to install xkbset ..." | |
| sudo apt-get install xkbset | |
| echo "\nMaking mouse keys fasterrrr...." | |
| xkbset ma 60 10 10 5 2 | |
| echo "Done" |
NewerOlder