Skip to content
Snippets Groups Projects
Commit 25873b8b authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge pull request #682 from endJunction/DataExplorerShortcuts

[A] Add Ctrl+Q for exit; Ctrl+O for open shortcuts
parents 8018aba1 48c75384
No related branches found
No related tags found
No related merge requests found
...@@ -255,6 +255,9 @@ ...@@ -255,6 +255,9 @@
<property name="toolTip"> <property name="toolTip">
<string>Loads a OGS-native file. E.g. gli, gsp, gml, msh, stn.</string> <string>Loads a OGS-native file. E.g. gli, gsp, gml, msh, stn.</string>
</property> </property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action> </action>
<action name="action_Exit"> <action name="action_Exit">
<property name="text"> <property name="text">
...@@ -263,6 +266,9 @@ ...@@ -263,6 +266,9 @@
<property name="toolTip"> <property name="toolTip">
<string>Exits the application.</string> <string>Exits the application.</string>
</property> </property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action> </action>
<action name="actionPoints_view"> <action name="actionPoints_view">
<property name="checkable"> <property name="checkable">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment