diff --git a/src/main.c b/src/main.c index ad875df..5b95fb1 100644 --- a/src/main.c +++ b/src/main.c @@ -1278,7 +1278,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) return 0; } } - if (wParam == VK_MENU) + if (wParam == VK_CONTROL || wParam == VK_MENU) { if ((GetAsyncKeyState(VK_RMENU) & 0x8000) && GetAsyncKeyState(VK_RCONTROL) & 0x8000) {