mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 22:19:21 +00:00
adapted KeePassKit changes
This commit is contained in:
@@ -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 : @"(",
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user