Skip to content

Commit 5cf9ab8

Browse files
committedOct 16, 2018
Modified fixed comment
1 parent 5928c80 commit 5cf9ab8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎qcocoakeymapper.mm

+2-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,8 @@ static int qt_mac_get_key(int modif, const QChar &key, int virtualKey) {
350350
return qt_mac_get_modifiers(GetCurrentEventKeyModifiers());
351351
}
352352

353-
bool QCocoaKeyMapper::updateKeyboard() { // Fixed shortcuts do not work
353+
// Fixed shortcuts do not work in non-english input method
354+
bool QCocoaKeyMapper::updateKeyboard() {
354355
const UCKeyboardLayout *uchrData = 0;
355356
QCFType<TISInputSourceRef> source =
356357
TISCopyInputMethodKeyboardLayoutOverride();

0 commit comments

Comments
 (0)
Please sign in to comment.