~cherojeong/ubuntu-keyboard/korean-layout

« back to all changes in this revision

Viewing changes to data/schemas/com.canonical.keyboard.maliit.gschema.xml

  • Committer: Michael Terry
  • Date: 2013-11-04 17:48:55 UTC
  • mfrom: (96 trunk)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: michael.terry@canonical.com-20131104174855-mtmwbdavrq77nl1r
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<schemalist>
 
3
  <schema id="com.canonical.keyboard.maliit" path="/com/canonical/keyboard/maliit/">
 
4
    <key name="enabled-languages" type="as">
 
5
      <summary>Enabled languages</summary>
 
6
      <description>User-defined list of activatable languages.</description>
 
7
      <default>[]</default>
 
8
    </key>
 
9
    <key name="auto-capitalization" type="b">
 
10
      <summary>Auto-capitalization</summary>
 
11
      <description>Capitalize the first letter of each sentence.</description>
 
12
      <default>true</default>
 
13
    </key>
 
14
    <key name="auto-completion" type="b">
 
15
      <summary>Auto-completion</summary>
 
16
      <description>Complete current word with first suggestion when hitting space.</description>
 
17
      <default>true</default>
 
18
    </key>
 
19
    <key name="predictive-text" type="b">
 
20
      <summary>Predictive text</summary>
 
21
      <description>Suggest potential words in word ribbon.</description>
 
22
      <default>false</default>
 
23
    </key>
 
24
    <key name="key-press-feedback" type="b">
 
25
      <summary>Key press feedback</summary>
 
26
      <description>Vibrate or emit sound on key press.</description>
 
27
      <default>true</default>
 
28
    </key>
 
29
    <key name="spell-checking" type="b">
 
30
      <summary>Spell checking</summary>
 
31
      <description>Check spelling of entered text.</description>
 
32
      <default>true</default>
 
33
    </key>
 
34
    <key name="spell-checking-languages" type="as">
 
35
      <summary>Spell checking languages</summary>
 
36
      <description>User-defined list of activatable spell-checking languages.</description>
 
37
      <default>[]</default>
 
38
    </key>
 
39
  </schema>
 
40
</schemalist>