mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
28 lines
1,021 B
XML
28 lines
1,021 B
XML
<schemalist>
|
|
<schema id="com.keyman.options" path="/desktop/ibus/keyman/options/">
|
|
<child name="keyboard-options" schema="com.keyman.options.child"/>
|
|
|
|
<key name="error-reporting" type="b">
|
|
<default>true</default>
|
|
<summary>Automatic error reporting</summary>
|
|
<description>true to enable automatic reporting of errors to Sentry</description>
|
|
</key>
|
|
</schema>
|
|
|
|
<schema id="com.keyman.options.child">
|
|
<key name="options" type="as">
|
|
<default>[]</default>
|
|
<summary>keyboard options.htm settings</summary>
|
|
<description>List of strings</description>
|
|
</key>
|
|
</schema>
|
|
|
|
<schema id="com.keyman.engine" path="/com/keyman/engine/">
|
|
<key name="additional-keyboards" type="as">
|
|
<default>[]</default>
|
|
<summary>User-added additional language/keyboards</summary>
|
|
<description>This setting contains installed keyboards for bcp47 codes
|
|
that are not listed in the keyboard metadata.</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|