keybinding issues with xmodmap across synergy
- by Rick
I've got two systems I use across Synergy. On the main one I have a normal keyboard that I swap caps lock and ctrl for. So I do:
xmodmap -e 'keycode 66 = Control_L'
xmodmap -e 'clear lock'
xmodmap -e 'add Control = Control_L'
Where keycode 66 is my caps lock key.
The trouble is that I can't get this key to act as a control key on the other…