This commit is contained in:
Vladimir Lagunov 2022-02-09 01:43:36 +09:00 committed by GitHub
commit 38b93d4887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
macOS servers can send the grave accent and the tilde to clients.

View File

@ -0,0 +1 @@
Removed remapping from the grave accent to the zenkaku.

View File

@ -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 }
};