mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-06 15:41:57 +00:00
[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:
@@ -186,6 +186,7 @@ struct AppParams
|
||||
bool ignoreQuit;
|
||||
bool noScreensaver;
|
||||
bool autoScreensaver;
|
||||
bool captureOnFocus;
|
||||
bool grabKeyboard;
|
||||
bool grabKeyboardOnFocus;
|
||||
int escapeKey;
|
||||
|
||||
Reference in New Issue
Block a user