mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-26 07:49:50 -05:00
parent
e7aa09276e
commit
2a62000b28
@ -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…
Reference in New Issue
Block a user