~phablet-team/ubuntu-keyboard/rtm-14.09

« back to all changes in this revision

Viewing changes to plugins/cs/qml/Keyboard_cs_email.qml

  • Committer: Michael Sheldon
  • Date: 2015-04-27 15:37:18 UTC
  • mfrom: (233.8.76 ubuntu-keyboard)
  • Revision ID: michael.sheldon@canonical.com-20150427153718-o5i4tfpv06ct326r
Update RTM branch to match released RTM package

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
            LanguageKey    { id: languageMenuButton;                     anchors.left: symShiftKey.right; height: parent.height; }
87
87
            CharKey        { id: atKey;    label: "@"; shifted: "@";     anchors.left: languageMenuButton.right; height: parent.height; }
88
88
            SpaceKey       { id: spaceKey;                               anchors.left: atKey.right; anchors.right: urlKey.left; noMagnifier: true; height: parent.height; }
89
 
            UrlKey         { id: urlKey; label: ".cz"; extended: [".sk"];anchors.right: dotKey.left; height: parent.height; }
 
89
            UrlKey         { id: urlKey; label: ".cz"; extended: [".com", ".sk"];anchors.right: dotKey.left; height: parent.height; }
90
90
            CharKey        { id: dotKey;      label: "."; shifted: "."; extended: ["?", "!"]; extendedShifted: ["?", "!"]; anchors.right: enterKey.left; height: parent.height; }
91
91
            ReturnKey      { id: enterKey;                               anchors.right: parent.right; height: parent.height; }
92
92
        }