[client] add new option input:captureOnFocus

This option allows the client to automatically enter capture mode if the
window is focused.

Closes #1088
This commit is contained in:
Geoffrey McRae
2023-09-11 21:01:19 +10:00
parent 219c73edbe
commit 193977895b
3 changed files with 15 additions and 0 deletions

View File

@@ -186,6 +186,7 @@ struct AppParams
bool ignoreQuit;
bool noScreensaver;
bool autoScreensaver;
bool captureOnFocus;
bool grabKeyboard;
bool grabKeyboardOnFocus;
int escapeKey;