1 2 3 4 5 6
#!/bin/sh xmodmap -e "keycode 37 = Control_L" xmodmap -e "keycode 105 = Control_R" # vim: expandtab sw=2 ts=2