mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 01:58:25 +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",
|
.name = "grabKeyboardOnFocus",
|
||||||
.description = "Grab the keyboard when focused",
|
.description = "Grab the keyboard when focused",
|
||||||
.type = OPTION_TYPE_BOOL,
|
.type = OPTION_TYPE_BOOL,
|
||||||
.value.x_bool = true,
|
.value.x_bool = false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.module = "input",
|
.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: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 |
|
| input:releaseKeysOnFocusLoss | | yes | On focus loss, send key up events to guest for all held keys |
|
||||||
+------------------------------+-------+---------------------+----------------------------------------------------------------------------------+
|
+------------------------------+-------+---------------------+----------------------------------------------------------------------------------+
|
||||||
|
Loading…
Reference in New Issue
Block a user