Read keyboard type from GSettings.

This commit is contained in:
Daiki Ueno
2011-08-18 11:18:55 +09:00
parent 7af6bf13ed
commit 0e135129e2
3 changed files with 10 additions and 30 deletions

View File

@ -1,6 +1,11 @@
<?xml version="1.0"?>
<schemalist>
<schema id="org.fedorahosted.eekboard" path="/org/fedorahosted/eekboard/">
<key name="keyboard" type="s">
<default>'us'</default>
<summary>Keyboard types</summary>
<description>keyboard types (comma separated).</description>
</key>
<key name="ui-toolkit" type="s">
<default>'gtk'</default>
<summary>GUI toolkit used to render keyboard</summary>