Disable toggle ss on/off by shortcut.

Current hard coded shortcut is frequently-used in other softwares.
This commit is contained in:
Charlie Qiu
2017-01-20 00:07:52 +08:00
parent 568eabd5cc
commit 196e48ddd0

View File

@ -244,7 +244,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
// MARK: - Hotkey Methods
func registerHotkey() -> Void {
registerEventHotKey(keyCode: UInt32(keyCodeP)) // to toggle PAC and Global Mode
registerEventHotKey(keyCode: UInt32(keyCodeS)) // to toggle SS on or off
// registerEventHotKey(keyCode: UInt32(keyCodeS)) // to toggle SS on or off
registerEventHandler()
}