Add a gsetting key to disable keyboard grabbing

Add a gsetting key to disable keyboard grabbing that works the same way
as spicy when unchecking "Options" > "Grab keyboard when active and
focused".
This commit is contained in:
Kjö Hansi Glaz
2014-03-10 18:07:15 +01:00
committed by Cole Robinson
parent f23c031af4
commit 66d146acee
3 changed files with 36 additions and 1 deletions

View File

@@ -188,6 +188,13 @@
<description>Grab keyboard sequence for the graphical console</description>
</key>
<!--This key is not intended to be exposed in the UI yet-->
<key name="grab-keyboard" type="b">
<default>true</default>
<summary>Enable grab keyboard when active and focused</summary>
<description>Enable grab keyboard when active and focused</description>
</key>
<key name="auto-redirect" type="b">
<default>true</default>
<summary>Enable SPICE Auto USB redirection in console window</summary>