mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-04-29 00:19:15 -05:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user