chore: add `kTISNotifySelectedKeyboardInputSourceChanged` symbol

This commit is contained in:
jlucfarias 2025-11-07 20:19:58 -03:00
parent c431326ef3
commit 57bcccfdf3
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@
extern "C" {
#endif
extern const CFStringRef kTISNotifySelectedKeyboardInputSourceChanged;
extern const CFStringRef kTISPropertyInputSourceID;
extern const CFStringRef kTISPropertyUnicodeKeyLayoutData;
extern const CFStringRef kTISCategoryKeyboardInputSource;

View File

@ -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");