mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 15:19:27 +00:00
Bumped Version. Added descriptions to autotype commands
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
|
||||
@implementation MPAutotypeClear
|
||||
|
||||
- (NSString *)description {
|
||||
return [[self class] description];
|
||||
}
|
||||
|
||||
- (void)execute {
|
||||
CGKeyCode keyCode = [MPKeyMapper keyCodeForCharacter:@"A"];
|
||||
if(keyCode == kMPUnknownKeyCode) {
|
||||
|
||||
Reference in New Issue
Block a user