mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 06:06:06 -06:00
Configure input source observer to correctly notify in the background
Fixes #314
This commit is contained in:
parent
fcdd494a7a
commit
9e87939ac3
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ static NSString* kLeftTabString = @"\xe2\x87\xa4";
|
|||
_onSelectedKeyboardInputSourceChanged,
|
||||
kTISNotifySelectedKeyboardInputSourceChanged,
|
||||
NULL,
|
||||
CFNotificationSuspensionBehaviorCoalesce);
|
||||
CFNotificationSuspensionBehaviorDeliverImmediately);
|
||||
_inputSourceChangeObserved = YES;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue