Can now use left control + O to bring up open dialog
This commit is contained in:
@@ -696,7 +696,7 @@ void Application::onKeyPressed(int key)
|
|||||||
{
|
{
|
||||||
deleteInstance();
|
deleteInstance();
|
||||||
}
|
}
|
||||||
if (GetHoldKeyState(VK_RCONTROL) && key=='O')
|
if ((GetHoldKeyState(VK_LCONTROL) || GetHoldKeyState(VK_RCONTROL)) && key=='O')
|
||||||
{
|
{
|
||||||
_dataModel->getOpen();
|
_dataModel->getOpen();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user