diff options
author | Torne Wuff <torne@wolfpuppy.org.uk> | 2014-03-01 17:19:02 +0000 |
---|---|---|
committer | Torne Wuff <torne@wolfpuppy.org.uk> | 2014-03-01 17:36:34 +0000 |
commit | 0b91943a7e04875d33663bc822fe3a7273aec371 (patch) | |
tree | ef45747328584b79c1d68e6fc89459ef174b131d /src/net/sourceforge/jsocks/server/ServerAuthenticator.java | |
parent | fb1d457d31686b8c78aede8817eca65084715ed0 (diff) | |
download | connectbot-0b91943a7e04875d33663bc822fe3a7273aec371.tar.gz connectbot-0b91943a7e04875d33663bc822fe3a7273aec371.tar.bz2 connectbot-0b91943a7e04875d33663bc822fe3a7273aec371.zip |
Fix ctrl key on hardware keyboards.
We were only masking off META_CTRL_ON before calling getUnicodeChar,
which caused many keymaps to return 0 since one of the other ctrl key
bits was still set. Masking off *all* the ctrl bits makes it return
the actual character for the key pressed, and then we handle it right.
Diffstat (limited to 'src/net/sourceforge/jsocks/server/ServerAuthenticator.java')
0 files changed, 0 insertions, 0 deletions