diff --git a/src/main.c b/src/main.c index 889ccaa..68132c9 100644 --- a/src/main.c +++ b/src/main.c @@ -1370,7 +1370,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) {