Removed Autotype damon

Added DDHotKey for Global Hotkey registration
This commit is contained in:
michael starke
2013-09-05 19:46:46 +02:00
parent add5074daa
commit fb88d8d498
6 changed files with 22 additions and 103 deletions

View File

@@ -1,16 +0,0 @@
//
// 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