mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 11:29:31 +00:00
Restrucuterde Autotype commands a bit
This commit is contained in:
@@ -8,7 +8,12 @@
|
||||
|
||||
#import "MPAutotypeCommand.h"
|
||||
|
||||
|
||||
/**
|
||||
* Autotype command to press a single key. Can be used with modifer keys as well
|
||||
*/
|
||||
@interface MPAutotypeKeyPress : MPAutotypeCommand
|
||||
|
||||
@property (assign) CGEventFlags modifierMask;
|
||||
@property (assign) CGKeyCode keyCode;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user