26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<schemalist>
|
|
<schema id="org.fedorahosted.eekboard" path="/org/fedorahosted/eekboard/">
|
|
<key name="ui-toolkit" type="s">
|
|
<default>'gtk'</default>
|
|
<summary>GUI toolkit used to render keyboard</summary>
|
|
<description>The name of GUI toolkit (either 'gtk' or 'clutter') used to render keyboard on screen.</description>
|
|
</key>
|
|
<key name="focus-listener" type="s">
|
|
<default>'atspi'</default>
|
|
<summary>Use the given focus listener</summary>
|
|
<description>The name of the focus listener (either 'atspi' or 'ibus') used to detect focus events.</description>
|
|
</key>
|
|
<key name="auto-hide" type="b">
|
|
<default>true</default>
|
|
<summary>Hide keyboard automatically when focus is out</summary>
|
|
<description>If true, hide keyboard automatically when focus is out.</description>
|
|
</key>
|
|
<key name="start-fullscreen" type="b">
|
|
<default>false</default>
|
|
<summary>Switch to fullscreen mode when startup</summary>
|
|
<description>If true, switch to fullscreen mode when startup.</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|