Skip to content

Commit 0ca7773

Browse files
committedNov 17, 2014
add shortcuts to some Processing actions
1 parent 06ea980 commit 0ca7773

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
 

‎python/plugins/processing/ui/DlgModeler.ui

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
<property name="text">
3737
<string>...</string>
3838
</property>
39+
<property name="shortcut">
40+
<string>Ctrl+O</string>
41+
</property>
3942
<property name="autoRaise">
4043
<bool>true</bool>
4144
</property>
@@ -49,6 +52,9 @@
4952
<property name="text">
5053
<string>...</string>
5154
</property>
55+
<property name="shortcut">
56+
<string>Ctrl+S</string>
57+
</property>
5258
<property name="autoRaise">
5359
<bool>true</bool>
5460
</property>
@@ -62,6 +68,9 @@
6268
<property name="text">
6369
<string>...</string>
6470
</property>
71+
<property name="shortcut">
72+
<string>Ctrl+Shift+S</string>
73+
</property>
6574
<property name="autoRaise">
6675
<bool>true</bool>
6776
</property>
@@ -122,6 +131,9 @@
122131
<property name="text">
123132
<string>...</string>
124133
</property>
134+
<property name="shortcut">
135+
<string>F5</string>
136+
</property>
125137
<property name="autoRaise">
126138
<bool>true</bool>
127139
</property>

‎python/plugins/processing/ui/DlgScriptEditor.ui

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
<property name="text">
4343
<string>...</string>
4444
</property>
45+
<property name="shortcut">
46+
<string>Ctrl+S</string>
47+
</property>
4548
<property name="autoRaise">
4649
<bool>true</bool>
4750
</property>
@@ -55,6 +58,9 @@
5558
<property name="text">
5659
<string>...</string>
5760
</property>
61+
<property name="shortcut">
62+
<string>Ctrl+Shift+S</string>
63+
</property>
5864
<property name="autoRaise">
5965
<bool>true</bool>
6066
</property>
@@ -95,6 +101,9 @@
95101
<property name="text">
96102
<string>...</string>
97103
</property>
104+
<property name="shortcut">
105+
<string>F5</string>
106+
</property>
98107
<property name="autoRaise">
99108
<bool>true</bool>
100109
</property>
@@ -115,6 +124,9 @@
115124
<property name="text">
116125
<string>...</string>
117126
</property>
127+
<property name="shortcut">
128+
<string>Ctrl+X</string>
129+
</property>
118130
<property name="autoRaise">
119131
<bool>true</bool>
120132
</property>
@@ -128,6 +140,9 @@
128140
<property name="text">
129141
<string>...</string>
130142
</property>
143+
<property name="shortcut">
144+
<string>Ctrl+C</string>
145+
</property>
131146
<property name="autoRaise">
132147
<bool>true</bool>
133148
</property>
@@ -141,6 +156,9 @@
141156
<property name="text">
142157
<string>...</string>
143158
</property>
159+
<property name="shortcut">
160+
<string>Ctrl+V</string>
161+
</property>
144162
<property name="autoRaise">
145163
<bool>true</bool>
146164
</property>
@@ -161,6 +179,9 @@
161179
<property name="text">
162180
<string>...</string>
163181
</property>
182+
<property name="shortcut">
183+
<string>Ctrl+Z</string>
184+
</property>
164185
<property name="autoRaise">
165186
<bool>true</bool>
166187
</property>
@@ -174,6 +195,9 @@
174195
<property name="text">
175196
<string>...</string>
176197
</property>
198+
<property name="shortcut">
199+
<string>Ctrl+Shift+Z</string>
200+
</property>
177201
<property name="autoRaise">
178202
<bool>true</bool>
179203
</property>

0 commit comments

Comments
 (0)
Please sign in to comment.