Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add shortcuts to some Processing actions
  • Loading branch information
alexbruy committed Nov 17, 2014
1 parent 06ea980 commit 0ca7773
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions python/plugins/processing/ui/DlgModeler.ui
Expand Up @@ -36,6 +36,9 @@
<property name="text">
<string>...</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Expand All @@ -49,6 +52,9 @@
<property name="text">
<string>...</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Expand All @@ -62,6 +68,9 @@
<property name="text">
<string>...</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+S</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Expand Down Expand Up @@ -122,6 +131,9 @@
<property name="text">
<string>...</string>
</property>
<property name="shortcut">
<string>F5</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Expand Down
24 changes: 24 additions & 0 deletions python/plugins/processing/ui/DlgScriptEditor.ui
Expand Up @@ -42,6 +42,9 @@
<property name="text">
<string>...</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Expand All @@ -55,6 +58,9 @@
<property name="text">
<string>...</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+S</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Expand Down Expand Up @@ -95,6 +101,9 @@
<property name="text">
<string>...</string>
</property>
<property name="shortcut">
<string>F5</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Expand All @@ -115,6 +124,9 @@
<property name="text">
<string>...</string>
</property>
<property name="shortcut">
<string>Ctrl+X</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Expand All @@ -128,6 +140,9 @@
<property name="text">
<string>...</string>
</property>
<property name="shortcut">
<string>Ctrl+C</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Expand All @@ -141,6 +156,9 @@
<property name="text">
<string>...</string>
</property>
<property name="shortcut">
<string>Ctrl+V</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Expand All @@ -161,6 +179,9 @@
<property name="text">
<string>...</string>
</property>
<property name="shortcut">
<string>Ctrl+Z</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Expand All @@ -174,6 +195,9 @@
<property name="text">
<string>...</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+Z</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Expand Down

0 comments on commit 0ca7773

Please sign in to comment.