Fix ambiguous shortcut for Ctrl+/

The shortcut was ambiguous because it was active in the button and in the
SQL editor itself. In the button was only documentation and was made
ambiguous when enabling the feature and fixing the shortcut in
6425fb177e

Now its scope is reduced to widget like similar button shortcuts so it can
be unambiguous in the editor.

See issue #1614
This commit is contained in:
mgrojo
2019-02-04 20:30:29 +01:00
parent 5383ede3d8
commit 9fc6eeb3c6

View File

@@ -2433,6 +2433,9 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
<property name="shortcut">
<string>Ctrl+/</string>
</property>
<property name="shortcutContext">
<enum>Qt::WidgetShortcut</enum>
</property>
</action>
<action name="actionSqlStop">
<property name="icon">