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:
mgrojo
2019-08-01 21:39:17 +02:00
parent 7d85d7a41b
commit 12c6a66375

View File

@@ -1788,6 +1788,9 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
<property name="text">
<string>&amp;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>