]> source.dussan.org Git - tigervnc.git/commit
Override implicit focus transfer when "F10" key is pressed
authorBrian P. Hinz <bphinz@users.sf.net>
Sun, 12 Nov 2017 20:42:23 +0000 (15:42 -0500)
committerBrian P. Hinz <bphinz@users.sf.net>
Mon, 13 Nov 2017 23:21:28 +0000 (18:21 -0500)
commit2dc6529ecdb83afe58b6520427623a848de41d71
tree6c1a485ed526ab14b0339e20075c83594811d2c0
parente5b4003bfb24f740e0d6ea2c82422d1dacf7b927
Override implicit focus transfer when "F10" key is pressed

Java L&F has pre-defined hook that transfers the focus to the
menu of the RootPane.  Since the viewer doesn't have a menu
this just causes a loss of focus and subsequent unexpected
behavior of keyboard and mouse.
java/com/tigervnc/vncviewer/Viewport.java