adapted KeePassKit changes

This commit is contained in:
michael starke
2016-07-01 08:13:06 +02:00
parent f372ca772c
commit 9c61ebd95d
4 changed files with 1 additions and 38 deletions

View File

@@ -82,7 +82,7 @@ static CGKeyCode kMPFunctionKeyCodes[] = { kVK_F1, kVK_F2, kVK_F3, kVK_F4, kVK_F
dispatch_once(&onceToken, ^{
pasteableCommands = @{
kKPKAutotypePlus: @"+",
kKPKAutotypeOr: @"^",
kKPKAutotypeCaret: @"^",
kKPKAutotypePercent: @"%",
kKPKAutotypeTilde : @"~",
kKPKAutotypeRoundBracketLeft : @"(",

View File

@@ -1,14 +0,0 @@
//
// MPNodeDelegate.h
// MacPass
//
// Created by Michael Starke on 13/06/16.
// Copyright © 2016 HicknHack Software GmbH. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <KeePassKit/KeePassKit.h>
@interface MPNodeDelegate : NSObject <KPKNodeDelegate>
@end

View File

@@ -1,17 +0,0 @@
//
// MPNodeDelegate.m
// MacPass
//
// Created by Michael Starke on 13/06/16.
// Copyright © 2016 HicknHack Software GmbH. All rights reserved.
//
#import "MPNodeDelegate.h"
@implementation MPNodeDelegate
- (void)willModifyNode:(KPKNode *)node {
}
@end