Merge lp:~manglasape/ubuntu-terminal-app/nanoProfile into lp:~ubuntu-terminal-dev/ubuntu-terminal-app/reboot

Proposed by Andrés Manglano
Status: Merged
Approved by: Alan Pope 🍺🐧🐱 🦄
Approved revision: 69
Merged at revision: 70
Proposed branch: lp:~manglasape/ubuntu-terminal-app/nanoProfile
Merge into: lp:~ubuntu-terminal-dev/ubuntu-terminal-app/reboot
Diff against target: 108 lines (+104/-0)
1 file modified
src/app/qml/KeyboardRows/Layouts/Nano.json (+104/-0)
To merge this branch: bzr merge lp:~manglasape/ubuntu-terminal-app/nanoProfile
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Filippo Scognamiglio Approve
Review via email: mp+254156@code.launchpad.net

Commit message

Added profile forNano.

Description of the change

Added a profile for Nano to use Ctrl+C, Ctrl+X, Ctrl+O, and all the commands to use nano in the phone.

To post a comment you must log in.
Revision history for this message
Filippo Scognamiglio (flscogna) wrote :

It looks fine to me. Thank you for the contribution.

review: Approve
Revision history for this message
Andrés Manglano (manglasape) wrote :

> It looks fine to me. Thank you for the contribution.
You are welcome!

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :

FAILED: Autolanding.
No commit message was specified in the merge proposal. Hit 'Add commit message' on the merge proposal web page or follow the link below. You can approve the merge proposal yourself to rerun.
https://code.launchpad.net/~manglasape/ubuntu-terminal-app/nanoProfile/+merge/254156/+edit-commit-message

review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'src/app/qml/KeyboardRows/Layouts/Nano.json'
--- src/app/qml/KeyboardRows/Layouts/Nano.json 1970-01-01 00:00:00 +0000
+++ src/app/qml/KeyboardRows/Layouts/Nano.json 2015-03-25 21:11:47 +0000
@@ -0,0 +1,104 @@
1{
2 "name" : "GNU nano",
3 "short_name" : "Nano",
4
5 "buttons": [
6 {
7 "main_action" : {
8 "type": "key",
9 "text" : "CTRL+G",
10 "key" : "G",
11 "mod" : "Control"
12 }
13 },
14 {
15 "main_action" : {
16 "type": "key",
17 "text" : "CTRL+O",
18 "key" : "O",
19 "mod" : "Control"
20 }
21 },
22 {
23 "main_action" : {
24 "type": "key",
25 "text" : "CTRL+R",
26 "key" : "R",
27 "mod" : "Control"
28 }
29 },
30 {
31 "main_action" : {
32 "type": "key",
33 "text" : "CTRL+Y",
34 "key" : "Y",
35 "mod" : "Control"
36 }
37 },
38 {
39 "main_action" : {
40 "type": "key",
41 "text" : "CTRL+K",
42 "key" : "K",
43 "mod" : "Control"
44 }
45 },
46 {
47 "main_action" : {
48 "type": "key",
49 "text" : "CTRL+C",
50 "key" : "C",
51 "mod" : "Control"
52 }
53
54 },
55 {
56 "main_action" : {
57 "type": "key",
58 "text" : "CTRL+X",
59 "key" : "X",
60 "mod" : "Control"
61 }
62 },
63 {
64 "main_action" : {
65 "type": "key",
66 "text" : "CTRL+J",
67 "key" : "J",
68 "mod" : "Control"
69 }
70 },
71 {
72 "main_action" : {
73 "type": "key",
74 "text" : "CTRL+W",
75 "key" : "W",
76 "mod" : "Control"
77 }
78 },
79 {
80 "main_action" : {
81 "type": "key",
82 "text" : "CTRL+V",
83 "key" : "V",
84 "mod" : "Control"
85 }
86 },
87 {
88 "main_action" : {
89 "type": "key",
90 "text" : "CTRL+U",
91 "key" : "U",
92 "mod" : "Control"
93 }
94 },
95 {
96 "main_action" : {
97 "type": "key",
98 "text" : "CTRL+T",
99 "key" : "T",
100 "mod" : "Control"
101 }
102 }
103 ]
104}

Subscribers

People subscribed via source and target branches