Merge lp:~bfiller/ubuntu-keyboard/change-default-settings into lp:ubuntu-keyboard

Proposed by Bill Filler
Status: Merged
Approved by: Bill Filler
Approved revision: 168
Merged at revision: 122
Proposed branch: lp:~bfiller/ubuntu-keyboard/change-default-settings
Merge into: lp:ubuntu-keyboard
Prerequisite: lp:~thomas-moenicke/ubuntu-keyboard/ubuntu-keyboard-language-plugins
Diff against target: 21 lines (+2/-2)
1 file modified
data/schemas/com.canonical.keyboard.maliit.gschema.xml (+2/-2)
To merge this branch: bzr merge lp:~bfiller/ubuntu-keyboard/change-default-settings
Reviewer Review Type Date Requested Status
Bill Filler (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+199193@code.launchpad.net

Commit message

turn off spell-checking and auto-complete by default

Description of the change

turn off spell-checking and auto-complete by default

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Bill Filler (bfiller) wrote :

approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/schemas/com.canonical.keyboard.maliit.gschema.xml'
--- data/schemas/com.canonical.keyboard.maliit.gschema.xml 2013-11-25 15:44:40 +0000
+++ data/schemas/com.canonical.keyboard.maliit.gschema.xml 2013-12-16 21:20:07 +0000
@@ -14,7 +14,7 @@
14 <key name="auto-completion" type="b">14 <key name="auto-completion" type="b">
15 <summary>Auto-completion</summary>15 <summary>Auto-completion</summary>
16 <description>Complete current word with first suggestion when hitting space.</description>16 <description>Complete current word with first suggestion when hitting space.</description>
17 <default>true</default>17 <default>false</default>
18 </key>18 </key>
19 <key name="predictive-text" type="b">19 <key name="predictive-text" type="b">
20 <summary>Predictive text</summary>20 <summary>Predictive text</summary>
@@ -29,7 +29,7 @@
29 <key name="spell-checking" type="b">29 <key name="spell-checking" type="b">
30 <summary>Spell checking</summary>30 <summary>Spell checking</summary>
31 <description>Check spelling of entered text.</description>31 <description>Check spelling of entered text.</description>
32 <default>true</default>32 <default>false</default>
33 </key>33 </key>
34 <key name="spell-checking-languages" type="as">34 <key name="spell-checking-languages" type="as">
35 <summary>Spell checking languages</summary>35 <summary>Spell checking languages</summary>

Subscribers

People subscribed via source and target branches