~michael-sheldon/ubuntu-keyboard/fix-1389274

« back to all changes in this revision

Viewing changes to plugins/es/qml/Keyboard_es_url.qml

  • Committer: CI bot
  • Author(s): Michael Sheldon
  • Date: 2014-12-02 19:24:58 UTC
  • mfrom: (252.2.1 fix-1369510)
  • Revision ID: ps-jenkins@lists.canonical.com-20141202192458-3bsey3h1bs5r045o
Add ".com" as extended key on URL and email layouts for all language that don't have it as their primary URL key Fixes: #1369510
Approved by: PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
            SymbolShiftKey { id: symShiftKey;                            anchors.left: parent.left; height: parent.height; }
86
86
            LanguageKey    { id: languageMenuButton;                     anchors.left: symShiftKey.right; height: parent.height; }
87
87
            CharKey        { id: slashKey; label: "/"; shifted: "/";     anchors.left: languageMenuButton.right; height: parent.height; }
88
 
            UrlKey         { id: urlKey; label: ".es"; extended: [".mx", ".co", ".ar", ".com", ".pe", ".ve", ".cl"]; anchors.right: dotKey.left; height: parent.height; }
 
88
            UrlKey         { id: urlKey; label: ".es"; extended: [".com", ".mx", ".co", ".ar", ".pe", ".ve", ".cl"]; anchors.right: dotKey.left; height: parent.height; }
89
89
            CharKey        { id: dotKey;      label: "."; shifted: "."; extended: ["?", "!"]; extendedShifted: ["?", "!"]; anchors.right: enterKey.left; height: parent.height; }
90
90
            ReturnKey      { id: enterKey;                               anchors.right: parent.right; height: parent.height; }
91
91
        }