We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1ce41 commit 0045e18Copy full SHA for 0045e18
src/keycode.c
@@ -134,7 +134,7 @@ MMKeyCode keyCodeForChar(const char c)
134
135
CFStringRef createStringForKey(CGKeyCode keyCode)
136
{
137
- TISInputSourceRef currentKeyboard = TISCopyCurrentKeyboardInputSource();
+ TISInputSourceRef currentKeyboard = TISCopyCurrentASCIICapableKeyboardInputSource();
138
CFDataRef layoutData =
139
TISGetInputSourceProperty(currentKeyboard,
140
kTISPropertyUnicodeKeyLayoutData);
0 commit comments