Added a trivial script to fix the middle mouse on thinkpad keyboards, to be run at...
[einar-bin] / x240-swapkeys.sh
1 #!/bin/sh
2 xmodmap -e "keycode 118 = End"
3 xmodmap -e "keycode 115 = Insert"