~cherojeong/ubuntu-keyboard/korean-layout

« back to all changes in this revision

Viewing changes to tests/manual/disableOSKsettings.sh

  • 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
#!/bin/sh
 
2
 
 
3
adb shell sudo -iu phablet gsettings set com.canonical.keyboard.maliit auto-capitalization false
 
4
adb shell sudo -iu phablet gsettings set com.canonical.keyboard.maliit auto-completion false
 
5
adb shell sudo -iu phablet gsettings set com.canonical.keyboard.maliit key-press-feedback false
 
6
adb shell sudo -iu phablet gsettings set com.canonical.keyboard.maliit predictive-text false
 
7
adb shell sudo -iu phablet gsettings set com.canonical.keyboard.maliit spell-checking false
 
8
adb shell sudo -iu phablet gsettings set com.canonical.keyboard.maliit enabled-languages "['en_us', 'es', 'fr', 'pt', 'de', 'zh_cn_pinyin']"