This commit is contained in:
SeraphimaZ 2021-11-12 21:20:40 +03:00
parent 0dd4540405
commit 2695fefaee

View file

@ -33,7 +33,7 @@ void AlwaysOnTop::Init()
return;
}
RegisterHotKey(hotKeyHandleWindow, 1, MOD_CONTROL | MOD_NOREPEAT, 32 /* space */);
RegisterHotKey(hotKeyHandleWindow, 1, MOD_CONTROL | MOD_NOREPEAT, 0x54 /* T */);
}
LRESULT AlwaysOnTop::WndProc(HWND window, UINT message, WPARAM wparam, LPARAM lparam) noexcept