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