mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 09:09:28 +00:00
Display screenshot of target window in autotype confirmation/selection dialog.
This commit is contained in:
@@ -21,7 +21,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
*/
|
||||
@property (readonly, weak, nullable) KPKEntry *preferredEntry;
|
||||
@property (readonly) pid_t pid; // the PID of the target application to which the key strokes should be sent
|
||||
@property (readonly, copy) NSString *windowTitle; /// The window title of the target application.
|
||||
@property (readonly) CGWindowID windowId; // the windowID of the target window of the target application
|
||||
@property (readonly, copy) NSString *windowTitle; /// The title of the target window of the target application.
|
||||
@property (readonly) BOOL hidden; /// If set to YES, MacPass was hidden when autotype was initiated
|
||||
@property (readonly) BOOL isSelfTargeting; /// If MacPass should autotype to itself, YES, otherwise NO
|
||||
@property (readonly) NSString *overrideSequence; /// If set, this sequence is used for running the command regardless of the matched one
|
||||
|
||||
Reference in New Issue
Block a user