]> source.dussan.org Git - tigervnc.git/commit
Only handle Japanese keys when Japanese layout
authorPierre Ossman <ossman@cendio.se>
Fri, 20 Nov 2020 08:19:07 +0000 (09:19 +0100)
committerPierre Ossman <ossman@cendio.se>
Fri, 20 Nov 2020 08:19:07 +0000 (09:19 +0100)
commitf549170c4410f2e3811936c4db16503427d53622
treea62b391e6304ddd06528712d86845372bf89354e
parent656205c74f9f64e7c9ecd9a1b90bbf9ecd26100d
Only handle Japanese keys when Japanese layout

Some of the virtual key codes for Japanese keys are used for other
things on other layouts, so we need to make sure we only use this look
up table when the layout is indeed set to Japanese.
vncviewer/win32.c