mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 07:02:39 +00:00
Set Cmd + T as default keystroke for autotype command
This commit is contained in:
@@ -118,8 +118,7 @@ static void MPContextmenuHelperBeginSection(NSMutableArray *items) {
|
|||||||
if(insertAutotype) {
|
if(insertAutotype) {
|
||||||
NSMenuItem *performAutotype = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"PERFORM_AUTOTYPE_FOR_ENTRY", @"Menu item to perform autotype with the selected entry")
|
NSMenuItem *performAutotype = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"PERFORM_AUTOTYPE_FOR_ENTRY", @"Menu item to perform autotype with the selected entry")
|
||||||
action:[MPActionHelper actionOfType:MPActionPerformAutotypeForSelectedEntry]
|
action:[MPActionHelper actionOfType:MPActionPerformAutotypeForSelectedEntry]
|
||||||
keyEquivalent:@"a"];
|
keyEquivalent:@"t"];
|
||||||
performAutotype.keyEquivalentModifierMask = (performAutotype.keyEquivalentModifierMask | NSControlKeyMask);
|
|
||||||
[items addObject:performAutotype];
|
[items addObject:performAutotype];
|
||||||
}
|
}
|
||||||
if(insertHistory) {
|
if(insertHistory) {
|
||||||
|
|||||||
Reference in New Issue
Block a user