winemac.drv: Exclude the emoji Touch Bar when looking for input methods.
Fixes weird keyboard behavior on MacBooks with the Touch Bar.
This commit is contained in:
parent
55f71fd846
commit
93bc97e54f
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue