mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] Change default grabKeyboardOnFocus to false
This commit is contained in:
parent
7ce7dec272
commit
c3d2ad92c5
@ -291,7 +291,7 @@ static struct Option options[] =
|
||||
.name = "grabKeyboardOnFocus",
|
||||
.description = "Grab the keyboard when focused",
|
||||
.type = OPTION_TYPE_BOOL,
|
||||
.value.x_bool = true,
|
||||
.value.x_bool = false,
|
||||
},
|
||||
{
|
||||
.module = "input",
|
||||
|
@ -470,7 +470,7 @@ The following is a complete list of options accepted by this application
|
||||
+==============================+=======+=====================+==================================================================================+
|
||||
| input:grabKeyboard | -G | yes | Grab the keyboard in capture mode |
|
||||
+------------------------------+-------+---------------------+----------------------------------------------------------------------------------+
|
||||
| input:grabKeyboardOnFocus | | yes | Grab the keyboard when focused |
|
||||
| input:grabKeyboardOnFocus | | no | Grab the keyboard when focused |
|
||||
+------------------------------+-------+---------------------+----------------------------------------------------------------------------------+
|
||||
| input:releaseKeysOnFocusLoss | | yes | On focus loss, send key up events to guest for all held keys |
|
||||
+------------------------------+-------+---------------------+----------------------------------------------------------------------------------+
|
||||
|
Loading…
Reference in New Issue
Block a user