Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
b834fa2278dba631f0e0fea6d1b0a23c36b7a5a5
/
java
/
com
/
tigervnc
/
rfb
/
Keysyms.java
accdd95
More fixes for key event issues. It seems that on WindowsXP sending the actual key press/release separately can be mis-interpreted by the server as holding the key down. Using a keyTyped event for all character input ensures that we can send an immediate down/up. It also works around the broken AltGr detection in Java 6. Also added support for more keys (F13-F24, etc.). Some key definitions in java don't have X11 equivalents or I could not be sure so I've left them commented out.
by Brian Hinz
· 12 years ago
776c558
Backported a number of fixes/enhancements (mostly related to keymapping) from TurboVNC viewer. Also cleaned up some whitespace and minor formatting changes.
by Brian Hinz
· 13 years ago
b213da6
Update address of FSF and copyright notices to assign proper credit.
by Brian Hinz
· 13 years ago
c19ab9e
Move Java source up one level and allow Java viewer to be built as a standalone project (per community request)
by DRC
· 14 years ago
[Renamed from java/src/com/tigervnc/rfb/Keysyms.java]
c5dc038
Completely reworked Java viewer (contributed by Brian Hinz)
by DRC
· 14 years ago