Created
December 16, 2014 19:46
-
-
Save bryder/f4c4372f5bd5f7f691e7 to your computer and use it in GitHub Desktop.
Make rdesktop send a control key when caps lock is pressed
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
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