Merge lp:~bfiller/ubuntu-keyboard/enable-options into lp:ubuntu-keyboard

Proposed by Bill Filler
Status: Merged
Approved by: Bill Filler
Approved revision: 217
Merged at revision: 217
Proposed branch: lp:~bfiller/ubuntu-keyboard/enable-options
Merge into: lp:ubuntu-keyboard
Diff against target: 27 lines (+3/-3)
1 file modified
data/schemas/com.canonical.keyboard.maliit.gschema.xml (+3/-3)
To merge this branch: bzr merge lp:~bfiller/ubuntu-keyboard/enable-options
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+233106@code.launchpad.net

Commit message

enable spell checking, word prediction and auto-completion by default

Description of the change

enable spell checking, word prediction and auto-completion 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)

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 2014-07-22 14:02:39 +0000
3+++ data/schemas/com.canonical.keyboard.maliit.gschema.xml 2014-09-02 19:33:40 +0000
4@@ -19,12 +19,12 @@
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>false</default>
9+ <default>true</default>
10 </key>
11 <key name="predictive-text" type="b">
12 <summary>Predictive text</summary>
13 <description>Suggest potential words in word ribbon.</description>
14- <default>false</default>
15+ <default>true</default>
16 </key>
17 <key name="key-press-feedback" type="b">
18 <summary>Key press audio feedback</summary>
19@@ -44,7 +44,7 @@
20 <key name="spell-checking" type="b">
21 <summary>Spell checking</summary>
22 <description>Check spelling of entered text.</description>
23- <default>false</default>
24+ <default>true</default>
25 </key>
26 <key name="spell-checking-languages" type="as">
27 <summary>Spell checking languages</summary>

Subscribers

People subscribed via source and target branches