mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 11:58:15 +00:00
Experiments with globe hot-key via EventTaps instead of Carbon API
Drag and Drop of entries and groups reworked Minor fixes in Tests
This commit is contained in:
16
MacPass/MPAutotypeDaemon.h
Normal file
16
MacPass/MPAutotypeDaemon.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// MPAutotypeDaemon.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 15.08.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface MPAutotypeDaemon : NSObject
|
||||
|
||||
- (void)processEvent;
|
||||
- (void)sendKeystrokes;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user