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
1=== modified file 'data/schemas/com.canonical.keyboard.maliit.gschema.xml'
2--- data/schemas/com.canonical.keyboard.maliit.gschema.xml 2013-11-25 15:44:40 +0000
3+++ data/schemas/com.canonical.keyboard.maliit.gschema.xml 2013-12-16 21:20:07 +0000
4@@ -14,7 +14,7 @@
5 <key name="auto-completion" type="b">
6 <summary>Auto-completion</summary>
7 <description>Complete current word with first suggestion when hitting space.</description>
8- <default>true</default>
9+ <default>false</default>
10 </key>
11 <key name="predictive-text" type="b">
12 <summary>Predictive text</summary>
13@@ -29,7 +29,7 @@
14 <key name="spell-checking" type="b">
15 <summary>Spell checking</summary>
16 <description>Check spelling of entered text.</description>
17- <default>true</default>
18+ <default>false</default>
19 </key>
20 <key name="spell-checking-languages" type="as">
21 <summary>Spell checking languages</summary>

Subscribers

People subscribed via source and target branches