mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 02:28:17 +00:00
Add setting to always show confirmation before autotype execution
This commit is contained in:
@@ -67,8 +67,16 @@
|
||||
[self.matchHostCheckBox bind:NSValueBinding toObject:defaultsController withKeyPath:[MPSettingsHelper defaultControllerPathForKey:kMPSettingsKeyAutotypeMatchHost] options:nil];
|
||||
[self.matchTagsCheckBox bind:NSValueBinding toObject:defaultsController withKeyPath:[MPSettingsHelper defaultControllerPathForKey:kMPSettingsKeyAutotypeMatchTags] options:nil];
|
||||
|
||||
[self.sendCommandForControlCheckBox bind:NSValueBinding toObject:defaultsController withKeyPath:[MPSettingsHelper defaultControllerPathForKey:kMPSettingsKeySendCommandForControlKey] options:nil];
|
||||
|
||||
[self.sendCommandForControlCheckBox bind:NSValueBinding
|
||||
toObject:defaultsController
|
||||
withKeyPath:[MPSettingsHelper defaultControllerPathForKey:kMPSettingsKeySendCommandForControlKey]
|
||||
options:nil];
|
||||
|
||||
[self.alwaysShowConfirmationBeforeAutotypeCheckBox bind:NSValueBinding
|
||||
toObject:defaultsController
|
||||
withKeyPath:[MPSettingsHelper defaultControllerPathForKey:kMPSettingsKeyGloablAutotypeAlwaysShowCandidateSelection]
|
||||
options:nil];
|
||||
|
||||
[self _showKeyCodeMissingKeyWarning:NO];
|
||||
[self _updateAccessabilityWarning];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user