Shortcuts to run and clear queries

master
Salvo 'LtWorf' Tomaselli 2016-01-02 15:39:31 +07:00
parent 2a4bcd2a8b
commit 8ccf4d51a4
1 changed files with 12 additions and 0 deletions

@ -151,6 +151,9 @@
<property name="text">
<string>⌫</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+Backspace</string>
</property>
</widget>
</item>
<item>
@ -158,6 +161,9 @@
<property name="text">
<string>Execute</string>
</property>
<property name="shortcut">
<string>Ctrl+Return</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
@ -290,6 +296,9 @@
<property name="text">
<string>⌫</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+Backspace</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
@ -300,6 +309,9 @@
<property name="text">
<string>Execute</string>
</property>
<property name="shortcut">
<string>Ctrl+Return</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>