gui: Add more keyboard shortcuts
This commit is contained in:
parent
3880412c46
commit
a2f382464b
|
@ -332,6 +332,9 @@
|
|||
<property name="text">
|
||||
<string>&Quit</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Q</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="mActionClearResults">
|
||||
<property name="icon">
|
||||
|
@ -458,6 +461,9 @@
|
|||
<property name="text">
|
||||
<string>Open P&roject File...</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Shift+O</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="mActionShowScratchpad">
|
||||
<property name="icon">
|
||||
|
@ -472,6 +478,9 @@
|
|||
<property name="text">
|
||||
<string>&New Project File...</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Shift+N</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="mActionViewLog">
|
||||
<property name="text">
|
||||
|
|
Loading…
Reference in New Issue