Skip to content

Commit

Permalink
Fix broken Tilde and Grave (Backtick/Backquote)
Browse files Browse the repository at this point in the history
This was copied from debauchee/barrier#1711 by
@dgentry.

Resolves input-leap#1541 and input-leap#1407.

Signed-off-by: Dom Rodriguez <[email protected]>
  • Loading branch information
benklop authored and shymega committed Sep 1, 2023
1 parent 6f625e6 commit c67fc3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/newsfragments/1541-fix-broken-tilde-and-grave
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix regression introduced in #1214 that caused tilde (~) and grave (`) to stop
being sendable from at least a MacOS Barrier Server (and probably others).
2 changes: 0 additions & 2 deletions src/lib/platform/OSXKeyState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ static const KeyEntry s_controlKeys[] = {
{ kKeyEisuToggle, kVK_JIS_Eisu },
{ kKeyKana, kVK_JIS_Kana },
{ kKeyMuhenkan, s_int5VK },
{ kKeyHenkan, s_int4VK },
{ kKeyZenkaku, kVK_ANSI_Grave }
};


Expand Down

0 comments on commit c67fc3a

Please sign in to comment.