Commit 93bc97e5 authored by Tim Clem's avatar Tim Clem Committed by Alexandre Julliard

winemac.drv: Exclude the emoji Touch Bar when looking for input methods.

Fixes weird keyboard behavior on MacBooks with the Touch Bar.
parent 55f71fd8
......@@ -2075,6 +2075,8 @@ static NSString* WineLocalizedString(unsigned int stringID)
CFSTR("com.apple.inputmethod.AssistiveControl"),
/* The popup for accented characters when you hold down a key. */
CFSTR("com.apple.PressAndHold"),
/* Emoji list on MacBooks with the Touch Bar. */
CFSTR("com.apple.inputmethod.EmojiFunctionRowItem"),
};
CFStringRef sourceID = TISGetInputSourceProperty(inputSource, kTISPropertyInputSourceID);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment