ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #01019
[Merge] lp:~popey/ubuntu-terminal-app/fix-1430660 into lp:ubuntu-terminal-app
Alan Pope has proposed merging lp:~popey/ubuntu-terminal-app/fix-1430660 into lp:ubuntu-terminal-app.
Requested reviews:
Ubuntu Terminal Developers (ubuntu-terminal-dev)
For more details, see:
https://code.launchpad.net/~popey/ubuntu-terminal-app/fix-1430660/+merge/254045
--
Your team Ubuntu Terminal Developers is requested to review the proposed merge of lp:~popey/ubuntu-terminal-app/fix-1430660 into lp:ubuntu-terminal-app.
=== modified file 'src/app/qml/KeyboardRows/Layouts/ControlKeys.json'
--- src/app/qml/KeyboardRows/Layouts/ControlKeys.json 2015-02-03 21:43:38 +0000
+++ src/app/qml/KeyboardRows/Layouts/ControlKeys.json 2015-03-25 08:56:58 +0000
@@ -30,6 +30,14 @@
{
"main_action" : {
"type": "key",
+ "text" : "CTRL+X",
+ "key" : "X",
+ "mod" : "Control"
+ }
+ },
+ {
+ "main_action" : {
+ "type": "key",
"text" : "CTRL+Z",
"key" : "Z",
"mod" : "Control"
Follow ups