mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 19:11:39 -06:00
New shortcuts for menu entries: open read-only and wiki
Ctrl+Shift+O for "Open DB Read Only" (see issue #1904) F1 for "Help > Wiki" (our online help page)
This commit is contained in:
@@ -1788,6 +1788,9 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
|
||||
<property name="text">
|
||||
<string>&Wiki</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>F1</string>
|
||||
</property>
|
||||
<property name="menuRole">
|
||||
<enum>QAction::NoRole</enum>
|
||||
</property>
|
||||
@@ -2062,6 +2065,9 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
|
||||
<property name="whatsThis">
|
||||
<string>This option is used to open an existing database file.</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Shift+O</string>
|
||||
</property>
|
||||
<property name="menuRole">
|
||||
<enum>QAction::NoRole</enum>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user