Remove reference to non-existent key bind

Missed by e631460bc5a1ce53af994cf7f0c9f9e96325a298
This commit is contained in:
Jason Nader 2023-08-27 23:37:40 +09:00 committed by Simon Ser
parent 0f0c5eba08
commit 35c0aa0c9a

View file

@ -225,7 +225,6 @@ const char usage[] =
" Super + O decrease FSR sharpness by 1\n" " Super + O decrease FSR sharpness by 1\n"
" Super + S take a screenshot\n" " Super + S take a screenshot\n"
" Super + G toggle keyboard grab\n" " Super + G toggle keyboard grab\n"
" Super + C update clipboard\n"
""; "";
std::atomic< bool > g_bRun{true}; std::atomic< bool > g_bRun{true};