Skip to content

Instantly share code, notes, and snippets.

@bryder
Created December 16, 2014 19:46
Show Gist options
  • Save bryder/f4c4372f5bd5f7f691e7 to your computer and use it in GitHub Desktop.
Save bryder/f4c4372f5bd5f7f691e7 to your computer and use it in GitHub Desktop.
Make rdesktop send a control key when caps lock is pressed
this was true for ubuntu 12.04
mkdir -p ~/.rdesktop/keymaps
cd /usr/share/rdesktop/keymaps/
cp en-us common ~/.rdesktop/keymaps/
edit ~/.rdesktop/keymaps/common
change
Caps_Lock 0x0 inhibit
to
Caps_Lock 0x1d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment