Merge lp:~schwann/ubuntu-keyboard/keyboard-shift-url-email into lp:ubuntu-keyboard

Proposed by Günter Schwann
Status: Merged
Approved by: Bill Filler
Approved revision: 79
Merged at revision: 80
Proposed branch: lp:~schwann/ubuntu-keyboard/keyboard-shift-url-email
Merge into: lp:ubuntu-keyboard
Diff against target: 26 lines (+3/-2)
2 files modified
qml/keys/UrlKey.qml (+2/-1)
qml/languages/Keyboard_en_email.qml (+1/-1)
To merge this branch: bzr merge lp:~schwann/ubuntu-keyboard/keyboard-shift-url-email
Reviewer Review Type Date Requested Status
Bill Filler (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+191466@code.launchpad.net

Commit message

Keep url and @ key unchanged in shiftet state

Description of the change

Keep url and @ key unchanged in shiftet state

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Bill Filler (bfiller) wrote :

approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'qml/keys/UrlKey.qml'
--- qml/keys/UrlKey.qml 2013-09-27 09:18:53 +0000
+++ qml/keys/UrlKey.qml 2013-10-16 17:06:29 +0000
@@ -21,7 +21,8 @@
21 width: panel.keyWidth + units.gu( UI.emailLayoutUrlKeyPadding )21 width: panel.keyWidth + units.gu( UI.emailLayoutUrlKeyPadding )
2222
23 label: ".com";23 label: ".com";
24 shifted: "/";24 shifted: ".com";
25 extended: [".co.uk", ".net", ".org", ".edu", ".gov", ".ac.uk"];25 extended: [".co.uk", ".net", ".org", ".edu", ".gov", ".ac.uk"];
26 extendedShifted: extended
26 fontSize: units.gu(UI.smallFontSize);27 fontSize: units.gu(UI.smallFontSize);
27}28}
2829
=== modified file 'qml/languages/Keyboard_en_email.qml'
--- qml/languages/Keyboard_en_email.qml 2013-10-09 09:12:38 +0000
+++ qml/languages/Keyboard_en_email.qml 2013-10-16 17:06:29 +0000
@@ -81,7 +81,7 @@
81 height: panel.keyHeight;81 height: panel.keyHeight;
8282
83 SymbolShiftKey { id: symShiftKey; anchors.left: parent.left; }83 SymbolShiftKey { id: symShiftKey; anchors.left: parent.left; }
84 CharKey { id: atKey; label: "@"; shifted: "/"; anchors.left: symShiftKey.right; }84 CharKey { id: atKey; label: "@"; shifted: "@"; anchors.left: symShiftKey.right; }
85 SpaceKey { id: spaceKey; anchors.left: atKey.right; anchors.right: urlKey.left; noMagnifier: true }85 SpaceKey { id: spaceKey; anchors.left: atKey.right; anchors.right: urlKey.left; noMagnifier: true }
86 UrlKey { id: urlKey; anchors.right: dotKey.left; }86 UrlKey { id: urlKey; anchors.right: dotKey.left; }
87 CharKey { id: dotKey; label: "."; shifted: "."; anchors.right: enterKey.left; }87 CharKey { id: dotKey; label: "."; shifted: "."; anchors.right: enterKey.left; }

Subscribers

People subscribed via source and target branches