ubuntu-apps-bugs team mailing list archive
-
ubuntu-apps-bugs team
-
Mailing list archive
-
Message #10882
[Bug 1516564] Re: Remove 'Ç' key from Portuguese (PT-PT) layout
** No longer affects: ubuntu-keyboard
--
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to ubuntu-keyboard in Ubuntu.
https://bugs.launchpad.net/bugs/1516564
Title:
Remove 'Ç' key from Portuguese (PT-PT) layout
Status in ubuntu-keyboard package in Ubuntu:
New
Bug description:
Hi,
The current ubuntu keyboard layout for Portuguese from Portugal
displays the 'ç' key, which is unnecessary because with a long-press
in the 'c' key we can get 'ç'.
Triage: http://bazaar.launchpad.net/~phablet-team/ubuntu-
keyboard/trunk/view/head:/plugins/pt/qml/Keyboard_pt.qml
Row {
anchors.horizontalCenter: parent.horizontalCenter;
spacing: 0
CharKey { label: "a"; shifted: "A"; extended: ["ã","á","à","â","ª","ä","å","æ"]; extendedShifted: ["Ã","Á","À","Â","ª","Ä","Å","Æ"]; leftSide: true; }
CharKey { label: "s"; shifted: "S"; extended: ["ß","$"]; extendedShifted: ["$"] }
CharKey { label: "d"; shifted: "D"; extended: ["ð"]; extendedShifted: ["Ð"] }
CharKey { label: "f"; shifted: "F"; }
CharKey { label: "g"; shifted: "G"; }
CharKey { label: "h"; shifted: "H"; }
CharKey { label: "j"; shifted: "J"; }
CharKey { label: "k"; shifted: "K"; }
CharKey { label: "l"; shifted: "L"; }
CharKey { label: "ç"; shifted: "Ç"; rightSide: true; } <--'ç'
}
Row {
anchors.horizontalCenter: parent.horizontalCenter;
spacing: 0
ShiftKey {}
CharKey { label: "z"; shifted: "Z"; }
CharKey { label: "x"; shifted: "X"; }
CharKey { label: "c"; shifted: "C"; extended: ["ç"]; extendedShifted: ["Ç"] } <--'ç'
CharKey { label: "v"; shifted: "V"; }
CharKey { label: "b"; shifted: "B"; }
CharKey { label: "n"; shifted: "N"; extended: ["ñ"]; extendedShifted: ["Ñ"] }
CharKey { label: "m"; shifted: "M"; }
BackspaceKey {}
}
Even the android/ios doesn't have the 'ç' key, see the attachment.
It's a bit difficult to handle the current layout with the 'Ç' key.
Thanks
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1516564/+subscriptions