~kokoye2007/ubuntu-keyboard/ubuntu-keyboard

« back to all changes in this revision

Viewing changes to qml/keys/ExtendedKeysSelector.qml

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Michael Sheldon, Łukasz 'sil2100' Zemczak
  • Date: 2014-04-15 15:17:13 UTC
  • mfrom: (1.1.36)
  • Revision ID: package-import@ubuntu.com-20140415151713-ta3la9r2aigdk1sm
Tags: 0.99.trunk.phablet2+14.04.20140415-0ubuntu1
[ Michael Sheldon ]
* Implement capital letters for Pinyin keyboard, ignore auto-
  capitalisation and always display word ribbon when using Pinyin
  regardless of input hints. (LP: #1281384)
* Switch back to normal character mode if in shifted mode after
  entering extended characters. (LP: #1264860)

[ Łukasz 'sil2100' Zemczak ]
* Quick-fix: play key feedback sound on key-press for all used keys.
  The fix is not really sophisticated, but these parts of code might
  change soon anyway (LP: #1306160)

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
                    onReleased: {
135
135
                        key.highlight = false;
136
136
                        event_handler.onKeyReleased(modelData);
 
137
                        if (popover.parent.activeKeypadState === "SHIFTED" && popover.parent.state === "CHARACTERS")
 
138
                            popover.parent.activeKeypadState = "NORMAL"
137
139
                        popover.closePopover();
138
140
                    }
139
141
                }