Files
TaskExplorer/NSApplicationKeyEvents.h
Patrick Wardle c813cc583d v.1.2.0 beta
-autocomplete for filter boxes
	-keyboard shortcuts
      	-save includes dylibs/files/connections
	-sync on filtered tasks (was crashing)
  	-code cleanup
2015-08-31 22:00:25 -10:00

14 lines
243 B
Objective-C

//
// NSApplicationKeyEvents.h
// TaskExplorer
//
// Created by Patrick Wardle on 7/11/15.
// Copyright (c) 2015 Objective-See, LLC. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface NSApplicationKeyEvents : NSApplication
@end