]> source.dussan.org Git - tigervnc.git/commit
Fixes some regressions introduced in r5056. Losing window focus caused key modifiers...
authorBrian Hinz <bphinz@users.sourceforge.net>
Wed, 6 Mar 2013 18:14:54 +0000 (18:14 +0000)
committerBrian Hinz <bphinz@users.sourceforge.net>
Wed, 6 Mar 2013 18:14:54 +0000 (18:14 +0000)
commit8fb4efa3ff48f590a3dcabd547db3fcbad45b658
treeeacf121fd8981bf3d8deff39919d230a18a3537b
parent46395b7ff2f6ea7bf20da6d7199a6502b74546b3
Fixes some regressions introduced in r5056. Losing window focus caused key modifiers to be left in an incorrect state.  Special handling of AltGr key was being applied in cases where CTRL_L+ALT_L keys were depressed which also caused the modifiers to be left in an incorrect state.  Corrected mapping of CTRL+ALT+SHIFT hotkeys to match F8 menu.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5058 3789f03b-4d11-0410-bbf8-ca57d06f2519
java/com/tigervnc/vncviewer/CConn.java
java/com/tigervnc/vncviewer/DesktopWindow.java
java/com/tigervnc/vncviewer/Viewport.java