]> source.dussan.org Git - tigervnc.git/commit
viewer: reset ctrl / alt to menu state on focus 674/head
authorDominique Martinet <asmadeus@codewreck.org>
Sat, 7 Jul 2018 17:15:43 +0000 (02:15 +0900)
committerDominique Martinet <asmadeus@codewreck.org>
Sat, 7 Jul 2018 17:17:30 +0000 (02:17 +0900)
commit9f83180219380c690fb743182308bc2d534b8b1b
tree7a150d68f92c8a75613703297307482c76012004
parent8c6c584377feba0e3b99eecb3ef33b28cee318cb
viewer: reset ctrl / alt to menu state on focus

Setting Ctrl or Alt key on menu only sends the key press, and the
state is lost when focus is lost and recovered.
This checks the menu variable and sends the keys again if needed.
vncviewer/Viewport.cxx