]> source.dussan.org Git - tigervnc.git/commitdiff
Map macOS Eisu key to XK_Eisu_toggle
authorPierre Ossman <ossman@cendio.se>
Wed, 9 Dec 2020 14:57:05 +0000 (15:57 +0100)
committerPierre Ossman <ossman@cendio.se>
Wed, 9 Dec 2020 14:57:05 +0000 (15:57 +0100)
It's a better match for what the key symbolises, even though it is not
as common on Unix systems. But we want to avoid getting in to tailoring
things for any one specific input method implementation.

vncviewer/cocoa.mm

index 891d9635bc9aca8e9f4c7243aefdcc8e361030fa..c3fe98e532a4ab56f3036d55e4fab1e6dcb240a7 100644 (file)
@@ -359,7 +359,7 @@ static const int kvk_map[][2] = {
   { kVK_ANSI_Keypad8,           XK_KP_8 },
   { kVK_ANSI_Keypad9,           XK_KP_9 },
   // Japanese Keyboard Support
-  { kVK_JIS_Eisu,               XK_Muhenkan },
+  { kVK_JIS_Eisu,               XK_Eisu_toggle },
   { kVK_JIS_Kana,               XK_Hiragana_Katakana },
 };