mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-27 14:57:09 -05:00
parent
6e362ee637
commit
1125a02d1e
@ -234,6 +234,8 @@ WORD WinUtils::qtToNativeKeyCode(Qt::Key key)
|
|||||||
return VK_SHIFT; // 0x10
|
return VK_SHIFT; // 0x10
|
||||||
case Qt::Key_Control:
|
case Qt::Key_Control:
|
||||||
return VK_CONTROL; // 0x11
|
return VK_CONTROL; // 0x11
|
||||||
|
case Qt::Key_Alt:
|
||||||
|
return VK_MENU; // 0x12
|
||||||
case Qt::Key_Pause:
|
case Qt::Key_Pause:
|
||||||
return VK_PAUSE; // 0x13
|
return VK_PAUSE; // 0x13
|
||||||
case Qt::Key_CapsLock:
|
case Qt::Key_CapsLock:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user