Several shortcuts to query window

Ctrl+O open
Ctrl+S save
F5 run query
Shift+F7 explain analyze
Alt+Pause cancel query/explain
This commit is contained in:
Eelke Klein 2017-01-16 16:48:40 +01:00
parent cb237b0c52
commit 81f3d3f1f8

View file

@ -225,6 +225,9 @@
<property name="text">
<string>Load SQL</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="actionSave_SQL">
<property name="icon">
@ -234,6 +237,9 @@
<property name="text">
<string>Save SQL</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<action name="actionExport_data">
<property name="icon">
@ -263,6 +269,9 @@
<property name="text">
<string>Execute SQL</string>
</property>
<property name="shortcut">
<string>F5</string>
</property>
</action>
<action name="actionCancel">
<property name="icon">
@ -273,6 +282,9 @@
<property name="text">
<string>Cancel</string>
</property>
<property name="shortcut">
<string>Alt+Pause</string>
</property>
</action>
<action name="actionExplain_Analyze">
<property name="icon">
@ -282,6 +294,9 @@
<property name="text">
<string>Explain Analyze</string>
</property>
<property name="shortcut">
<string>Shift+F7</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>