mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 14:18:16 +00:00
Refactored password handling in Document. Now only the composite key is stored and not the plain password and key file URL. This for now breaks the change password dialog a bit. Needs to be addressed.
Started conceptualising for auto type functionality
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 26.10.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
/**
|
||||
* The autotype daemon is repsonsible for registering the globa hotkey and to perform any autotype actions
|
||||
*/
|
||||
@interface MPAutotypeDaemon : NSObject
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user