Skip to content

Commit

Permalink
some more cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Sep 7, 2024
1 parent 0a65317 commit d0de68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ LRESULT CALLBACK keyboard_hook_proc(int code, WPARAM wParam, LPARAM lParam)
ss_take_screenshot(g_ddraw.primary);
}

if (wParam == VK_CONTROL || wParam == g_config.hotkeys.unlock_cursor1)
if (wParam == g_config.hotkeys.unlock_cursor1 || wParam == VK_CONTROL)
{
if ((real_GetAsyncKeyState(VK_CONTROL) & 0x8000) &&
(real_GetAsyncKeyState(g_config.hotkeys.unlock_cursor1) & 0x8000))
Expand Down

0 comments on commit d0de68b

Please sign in to comment.