Implement configurable shortcuts for toggle running and switch proxy mode.
- By MASShortcut. - A new shortcuts preferences window.
This commit is contained in:
15
ShadowsocksX-NG/ShortcutsController.h
Normal file
15
ShadowsocksX-NG/ShortcutsController.h
Normal file
@ -0,0 +1,15 @@
|
||||
//
|
||||
// ShortcutsController.h
|
||||
// ShadowsocksX-NG
|
||||
//
|
||||
// Created by 邱宇舟 on 2017/3/10.
|
||||
// Copyright © 2017年 qiuyuzhou. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface ShortcutsController : NSObject
|
||||
|
||||
+ (void)bindShortcuts;
|
||||
|
||||
@end
|
Reference in New Issue
Block a user