Skip to content

Commit

Permalink
SEBMAC-609 Prevent Keyboard Viewer to be used, which still shows Text…
Browse files Browse the repository at this point in the history
… Replacements.
  • Loading branch information
danschlet committed May 13, 2024
1 parent 508b9ab commit 5c4aa4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Classes/ConfigFiles/SEBPresetSettings.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ + (NSDictionary *)defaultSettings
@"identifier" : UniversalControlBundleID,
@"strongKill" : @YES,
},
@{
@"executable" : @"Keyboard Viewer (Assistive Control)",
@"identifier" : KeyboardViewerBundleID,
@"strongKill" : @YES,
@"ignoreInAAC" : @NO,
},
@{
@"executable" : @"FaceTime",
@"identifier" : @"com.apple.FaceTime",
Expand Down
1 change: 1 addition & 0 deletions Classes/Global/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ static NSString __unused *BTouchBarAgent = @"BetterTouchTool";
static NSString __unused *BTouchBarRestartAgent = @"BTTRelaunch";
static NSString __unused *WebKitNetworkingProcessBundleID = @"com.apple.WebKit.Networking";
static NSString __unused *UniversalControlBundleID = @"com.apple.universalcontrol";
static NSString __unused *KeyboardViewerBundleID = @"com.apple.inputmethod.AssistiveControl";
static NSString __unused *cachedTouchBarGlobalSettingsKey = @"cachedTouchBarGlobalSettingsKey";
static NSString __unused *cachedTouchBarFnDictionarySettingsKey = @"cachedTouchBarFnDictionarySettingsKey";
static NSString __unused *systemPreferencesBundleID = @"com.apple.systempreferences";
Expand Down

0 comments on commit 5c4aa4a

Please sign in to comment.