aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/vncviewer/MenuKey.java
Commit message (Collapse)AuthorAgeFilesLines
* Restore menukey function to java viewerBrian P. Hinz2018-01-161-2/+2
| | | | Menukey was broken by recent refactoring of OptionsDialog
* Refactoring and implementation changes to keyboard and mouse handlingBrian P. Hinz2017-11-131-26/+44
| | | | See issue #505
* Fix names of menu keys in options dialog on OS XBrian P. Hinz2016-03-171-0/+7
| | | | | | Apple changed the implementation of KeyEvent.getKeyText() to return the unicode for the key glyph instead of a textual description.
* Whitespace cleanup onlyBrian Hinz2013-05-121-14/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5097 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Sending menu key from F8 menu was sending the keycode instead of the keysym.Brian Hinz2013-02-091-22/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5040 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Cleanup linter warnings wherever possible and suppress all linter warnings ↵Brian Hinz2012-12-141-2/+2
| | | | | | from Jsch code git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5020 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Change name of menu key class to be consistent with Java style guidelines.Brian Hinz2012-08-261-0/+93
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4959 3789f03b-4d11-0410-bbf8-ca57d06f2519