~ubuntu-branches/debian/sid/gsettings-desktop-schemas/sid

« back to all changes in this revision

Viewing changes to schemas/org.gnome.desktop.input-sources.gschema.xml.in

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort, Sjoerd Simons, Emilio Pozuelo Monfort
  • Date: 2015-05-22 20:16:55 UTC
  • mfrom: (1.5.5)
  • Revision ID: package-import@ubuntu.com-20150522201655-4ctpiadmyh5t6699
Tags: 3.16.1-1
[ Sjoerd Simons ]
* New upstream release

[ Emilio Pozuelo Monfort ]
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist gettext-domain="gsettings-desktop-schemas">
 
2
  <schema id="org.gnome.desktop.input-sources"
 
3
          path="/org/gnome/desktop/input-sources/">
 
4
    <key name="current" type="u">
 
5
      <default>0</default>
 
6
      <summary>Current input source</summary>
 
7
      <description>
 
8
        The zero-based index into the input sources list specifying
 
9
        the current one in effect. The value is automatically capped
 
10
        to remain in the range [0, sources_length) as long as the
 
11
        sources list isn't empty.
 
12
      </description>
 
13
    </key>
 
14
    <key name="sources" type="a(ss)">
 
15
      <default>[]</default>
 
16
      <summary>List of input sources</summary>
 
17
      <description>
 
18
        List of input source identifiers available. Each source is
 
19
        specified as a tuple of 2 strings. The first string is the
 
20
        type and can be one of 'xkb' or 'ibus'. For 'xkb' sources the
 
21
        second string is 'xkb_layout+xkb_variant' or just 'xkb_layout'
 
22
        if a XKB variant isn't needed. For 'ibus' sources the second
 
23
        string is the IBus engine name. An empty list means that the X
 
24
        server's current XKB layout and variant won't be touched and
 
25
        IBus won't be used.
 
26
      </description>
 
27
    </key>
 
28
    <key name="xkb-options" type="as">
 
29
      <default>[]</default>
 
30
      <summary>List of XKB options</summary>
 
31
      <description>
 
32
        List of XKB options. Each option is an XKB option string as
 
33
        defined by xkeyboard-config's rules files.
 
34
      </description>
 
35
    </key>
 
36
    <key name="show-all-sources" type="b">
 
37
      <default>false</default>
 
38
      <summary>Show all installed input sources</summary>
 
39
      <description>
 
40
        Makes all installed input sources available for choosing in
 
41
        System Settings.
 
42
      </description>
 
43
    </key>
 
44
    <key name="per-window" type="b">
 
45
      <default>false</default>
 
46
      <summary>Use different input sources for each window</summary>
 
47
      <description>
 
48
        When enabled, input sources get attached to the currently
 
49
        focused window when activated.
 
50
      </description>
 
51
    </key>
 
52
  </schema>
 
53
</schemalist>