gui: Add more keyboard shortcuts
This commit is contained in:
parent
3880412c46
commit
a2f382464b
|
@ -332,6 +332,9 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Quit</string>
|
<string>&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&roject File...</string>
|
<string>Open P&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>&New Project File...</string>
|
<string>&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">
|
||||||
|
|
Loading…
Reference in New Issue