Make Ctrl+T shortcut to work for "Open tab" in "Execute SQL"

This shortcut was set for the following actions, making it ambiguous:
"View > DB Toolbar" and "Open tab" in "Execute SQL". Additionally it was
used by QScintilla for transposing lines.

Shortcut for "View > DB Toolbar" has been removed, since it's not
considered a frequently used action and there are other toolbars without
shortcut. The shortcut for QScintilla has been changed to "Ctrl+Shift+Up".

The now working shortcut is added to the "Open tab" action's tool-tip for
documentation purposes.

See issue #1647
This commit is contained in:
mgrojo
2018-12-28 13:04:17 +01:00
parent 0ffed5e287
commit 8f59d3aed6
3 changed files with 5 additions and 3 deletions
-3
View File
@@ -1684,9 +1684,6 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
<property name="whatsThis">
<string>Shows or hides the Database toolbar.</string>
</property>
<property name="shortcut">
<string>Ctrl+T</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>