mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Ref T606, added back/tab/ESC as hotkeys
This commit is contained in:
@@ -62,8 +62,11 @@ namespace BlackInput
|
||||
{ kHIDUsage_KeypadHyphen, Key_Minus },
|
||||
{ kHIDUsage_KeyboardHyphen, Key_Minus },
|
||||
{ kHIDUsage_KeyboardPeriod, Key_Period },
|
||||
{ kHIDUsage_KeypadSlash, Key_Divide },
|
||||
{ kHIDUsage_KeypadAsterisk, Key_Multiply },
|
||||
{ kHIDUsage_KeypadSlash, Key_Divide },
|
||||
{ kHIDUsage_KeyboardDeleteOrBackspace, Key_Back },
|
||||
{ kHIDUsage_KeyboardTab, Key_Tab },
|
||||
{ kHIDUsage_KeyboardEscape, Key_Esc },
|
||||
{ kHIDUsage_KeyboardComma, Key_Comma },
|
||||
{ kHIDUsage_Keypad0, Key_Numpad0 },
|
||||
{ kHIDUsage_Keypad1, Key_Numpad1 },
|
||||
|
||||
Reference in New Issue
Block a user