mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 20:25:29 +08:00
Add Enter as an assignable hoykey
This commit is contained in:
@@ -82,6 +82,7 @@ namespace BlackMisc::Input
|
||||
case Key_PageUp: return QStringLiteral("PgUp");
|
||||
case Key_PageDown: return QStringLiteral("PgDn");
|
||||
case Key_CapsLock: return QStringLiteral("CapsLock");
|
||||
case Key_Enter: return QStringLiteral("Enter");
|
||||
case Key_OEM1: return QStringLiteral("OEM1");
|
||||
case Key_OEM2: return QStringLiteral("OEM2");
|
||||
case Key_OEM3: return QStringLiteral("OEM3");
|
||||
|
||||
@@ -56,6 +56,7 @@ namespace BlackMisc::Input
|
||||
CKeyboardKey(Key_PageUp),
|
||||
CKeyboardKey(Key_PageDown),
|
||||
CKeyboardKey(Key_CapsLock),
|
||||
CKeyboardKey(Key_Enter),
|
||||
CKeyboardKey(Key_DeadGrave),
|
||||
CKeyboardKey(Key_A),
|
||||
CKeyboardKey(Key_B),
|
||||
|
||||
@@ -42,6 +42,7 @@ namespace BlackMisc::Input
|
||||
Key_Comma,
|
||||
Key_Minus,
|
||||
Key_Period,
|
||||
Key_Enter,
|
||||
// 0 - 9
|
||||
Key_0 = '0',
|
||||
Key_1,
|
||||
|
||||
Reference in New Issue
Block a user