← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~timo-jyrinki/ubuntu-terminal-app/add_ctrl_D_to_control_keys into lp:ubuntu-terminal-app

 

Timo Jyrinki has proposed merging lp:~timo-jyrinki/ubuntu-terminal-app/add_ctrl_D_to_control_keys into lp:ubuntu-terminal-app.

Commit message:
Add Ctrl-D to the control menu. (LP: #1446548)

Requested reviews:
  Ubuntu Terminal Developers (ubuntu-terminal-dev)
Related bugs:
  Bug #1446548 in Ubuntu Terminal App: "Ctrl-D is commonly needed and should be available by default"
  https://bugs.launchpad.net/ubuntu-terminal-app/+bug/1446548

For more details, see:
https://code.launchpad.net/~timo-jyrinki/ubuntu-terminal-app/add_ctrl_D_to_control_keys/+merge/256896
-- 
Your team Ubuntu Terminal Developers is requested to review the proposed merge of lp:~timo-jyrinki/ubuntu-terminal-app/add_ctrl_D_to_control_keys 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-04-21 09:48:26 +0000
@@ -34,6 +34,14 @@
                 "key" : "Z",
                 "mod" : "Control"
             }
+        },
+        {
+            "main_action" : {
+                "type": "key",
+                "text" : "CTRL+D",
+                "key" : "D",
+                "mod" : "Control"
+            }
         }
     ]
 }


References