mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-21 06:45:22 -06:00
Merge 4fa7f250c7 into 653e4badeb
This commit is contained in:
commit
38b93d4887
3 changed files with 3 additions and 2 deletions
1
doc/newsfragments/1531_remove_zenkaku_remapping.bugfix
Normal file
1
doc/newsfragments/1531_remove_zenkaku_remapping.bugfix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
macOS servers can send the grave accent and the tilde to clients.
|
||||||
1
doc/newsfragments/1531_zenkaku_remapping.removal
Normal file
1
doc/newsfragments/1531_zenkaku_remapping.removal
Normal file
|
|
@ -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 },
|
{ kKeyEisuToggle, kVK_JIS_Eisu },
|
||||||
{ kKeyKana, kVK_JIS_Kana },
|
{ kKeyKana, kVK_JIS_Kana },
|
||||||
{ kKeyMuhenkan, s_int5VK },
|
{ kKeyMuhenkan, s_int5VK },
|
||||||
{ kKeyHenkan, s_int4VK },
|
{ kKeyHenkan, s_int4VK }
|
||||||
{ kKeyZenkaku, kVK_ANSI_Grave }
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue