File: com.keyman.gschema.xml

package info (click to toggle)
keyman 18.0.246-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,316 kB
  • sloc: python: 52,784; cpp: 21,289; sh: 7,633; ansic: 4,823; xml: 3,617; perl: 959; makefile: 139; javascript: 138
file content (34 lines) | stat: -rw-r--r-- 1,306 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<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>
    <key name="simulate-altgr" type="b">
      <default>false</default>
      <summary>Simulate AltGr with Ctrl+Alt</summary>
      <description>true will allow Ctrl+Alt to be used for AltGr. If false
      Ctrl+Alt will not be used to simulate the AltGr key.</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>