]> source.dussan.org Git - tigervnc.git/commit
Fixed handling of AltGr from Windows' touch keyboard
authorPierre Ossman <ossman@cendio.se>
Tue, 6 Nov 2018 16:31:11 +0000 (17:31 +0100)
committerPierre Ossman <ossman@cendio.se>
Tue, 6 Nov 2018 16:33:14 +0000 (17:33 +0100)
commit42d0f5dd74fa0fe3bf3f26a92ecc5846db17895b
tree626cbb67dd589936bf77d34768e428231be30516
parent0f1c63060cc000ddb8b15391b1349ab6653184ba
Fixed handling of AltGr from Windows' touch keyboard

We need to test this always in order to catch Ctrl+AltGr, and to
handle release of the key properly. Hopefully there isn't any other
case where VK_MENU is sent without a scan code.
vncviewer/Viewport.cxx