mirror of https://github.com/darlinghq/darling
chore: add `kTISNotifySelectedKeyboardInputSourceChanged` symbol
This commit is contained in:
parent
c431326ef3
commit
57bcccfdf3
|
|
@ -6,6 +6,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern const CFStringRef kTISNotifySelectedKeyboardInputSourceChanged;
|
||||
|
||||
extern const CFStringRef kTISPropertyInputSourceID;
|
||||
extern const CFStringRef kTISPropertyUnicodeKeyLayoutData;
|
||||
extern const CFStringRef kTISCategoryKeyboardInputSource;
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
#include <HIToolbox/TextInputSources.h>
|
||||
|
||||
/* HIToolbox.framework */
|
||||
const CFStringRef kTISNotifySelectedKeyboardInputSourceChanged = CFSTR("com.apple.Carbon.TISNotifySelectedKeyboardInputSourceChanged");
|
||||
|
||||
const CFStringRef kTISPropertyInputSourceID = CFSTR("TISPropertyInputSourceID");
|
||||
const CFStringRef kTISPropertyInputSourceIsFromSystem = CFSTR("TISPropertyInputSourceIsFromSystem");
|
||||
const CFStringRef kTISPropertyInputSourceIsASCIICapable = CFSTR("TISPropertyInputSourceIsASCIICapable");
|
||||
|
|
|
|||
Loading…
Reference in New Issue