Merge pull request #2800 from jubnzv/gui-add-keybindings

gui: Add more keyboard shortcuts
This commit is contained in:
Daniel Marjamäki 2020-09-13 12:41:30 +02:00 committed by GitHub
commit 3c1e52dd37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -332,6 +332,9 @@
<property name="text"> <property name="text">
<string>&amp;Quit</string> <string>&amp;Quit</string>
</property> </property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action> </action>
<action name="mActionClearResults"> <action name="mActionClearResults">
<property name="icon"> <property name="icon">
@ -458,6 +461,9 @@
<property name="text"> <property name="text">
<string>Open P&amp;roject File...</string> <string>Open P&amp;roject File...</string>
</property> </property>
<property name="shortcut">
<string>Ctrl+Shift+O</string>
</property>
</action> </action>
<action name="mActionShowScratchpad"> <action name="mActionShowScratchpad">
<property name="icon"> <property name="icon">
@ -472,6 +478,9 @@
<property name="text"> <property name="text">
<string>&amp;New Project File...</string> <string>&amp;New Project File...</string>
</property> </property>
<property name="shortcut">
<string>Ctrl+Shift+N</string>
</property>
</action> </action>
<action name="mActionViewLog"> <action name="mActionViewLog">
<property name="text"> <property name="text">