Merge 4fa7f250c7
into 653e4badeb
This commit is contained in:
commit
38b93d4887
|
@ -0,0 +1 @@
|
|||
macOS servers can send the grave accent and the tilde to clients.
|
|
@ -0,0 +1 @@
|
|||
Removed remapping from the grave accent to the zenkaku.
|
|
@ -131,8 +131,7 @@ static const KeyEntry s_controlKeys[] = {
|
|||
{ kKeyEisuToggle, kVK_JIS_Eisu },
|
||||
{ kKeyKana, kVK_JIS_Kana },
|
||||
{ kKeyMuhenkan, s_int5VK },
|
||||
{ kKeyHenkan, s_int4VK },
|
||||
{ kKeyZenkaku, kVK_ANSI_Grave }
|
||||
{ kKeyHenkan, s_int4VK }
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue