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

« back to all changes in this revision

Viewing changes to plugins/da/qml/Keyboard_da_url.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:
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: ".dk"; extended: [".fo", ".gl"]; anchors.right: dotKey.left; height: parent.height; }
 
88
            UrlKey         { id: urlKey; label: ".dk"; extended: [".com", ".fo", ".gl"]; anchors.right: dotKey.left; height: parent.height; }
89
89
            CharKey        { id: dotKey;      label: "."; shifted: "."; extended: ["?", "!"]; extendedShifted: ["?", "!"]; anchors.right: umlaut.left; height: parent.height; }
90
90
            CharKey        { id: umlaut;      label: "ø"; shifted: "Ø";  anchors.right: enterKey.left; height: parent.height; }
91
91
            ReturnKey      { id: enterKey;                               anchors.right: parent.right; height: parent.height; }