Allow eekboard UI toolkit to be changed at runtime.

This commit is contained in:
Daiki Ueno
2011-04-27 17:54:20 +09:00
parent a9d9274e78
commit cae9c89b64
4 changed files with 88 additions and 25 deletions

View File

@ -0,0 +1,10 @@
<?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>
</schema>
</schemalist>