Use toggle keysym for Eisu key

This matches how the key behaves on a Linux system.
This commit is contained in:
Pierre Ossman 2020-12-10 09:42:19 +01:00
parent dc9da4a042
commit bd1bb2ed75
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ addStandard("WakeUp", KeyTable.XF86XK_WakeUp);
// 2.8. IME and Composition Keys
addStandard("AllCandidates", KeyTable.XK_MultipleCandidate);
addStandard("Alphanumeric", KeyTable.XK_Eisu_Shift); // could also be _Eisu_Toggle
addStandard("Alphanumeric", KeyTable.XK_Eisu_toggle);
addStandard("CodeInput", KeyTable.XK_Codeinput);
addStandard("Compose", KeyTable.XK_Multi_key);
addStandard("Convert", KeyTable.XK_Henkan);