diff options
Diffstat (limited to 'data/caribou.schemas')
-rw-r--r-- | data/caribou.schemas | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/caribou.schemas b/data/caribou.schemas new file mode 100644 index 0000000..d19b1a6 --- /dev/null +++ b/data/caribou.schemas @@ -0,0 +1,15 @@ +<gconfschemafile> + <schemalist> + <schema> + <key>/schemas/apps/caribou/osk/layout</key> + <applyto>/apps/caribou/osk/layout</applyto> + <owner>caribou</owner> + <type>string</type> + <default>qwerty.xml</default> + <locale name="C"> + <short>The layout Caribou should use.</short> + <long>The layout should be in the data directory of Caribou (usually /usr/share/caribou/keyboards) and should be a .xml or .json file.</long> + </locale> + </schema> + </schemalist> +</gconfschemafile>
\ No newline at end of file |