Skip to content

Commit c67fc3a

Browse files
benklopshymega
authored andcommitted
Fix broken Tilde and Grave (Backtick/Backquote)
This was copied from debauchee/barrier#1711 by @dgentry. Resolves input-leap#1541 and input-leap#1407. Signed-off-by: Dom Rodriguez <[email protected]>
1 parent 6f625e6 commit c67fc3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Fix regression introduced in #1214 that caused tilde (~) and grave (`) to stop
2+
being sendable from at least a MacOS Barrier Server (and probably others).

src/lib/platform/OSXKeyState.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ static const KeyEntry s_controlKeys[] = {
122122
{ kKeyEisuToggle, kVK_JIS_Eisu },
123123
{ kKeyKana, kVK_JIS_Kana },
124124
{ kKeyMuhenkan, s_int5VK },
125-
{ kKeyHenkan, s_int4VK },
126-
{ kKeyZenkaku, kVK_ANSI_Grave }
127125
};
128126

129127

0 commit comments

Comments
 (0)