Merge pull request #246 from glutanimate/additional-browser-hotkeys
Add hotkeys for "Invert Selection" and "Reschedule"
This commit is contained in:
commit
8325f5b396
@ -324,6 +324,9 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Reschedule...</string>
|
<string>&Reschedule...</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string>Ctrl+Alt+R</string>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionSelectAll">
|
<action name="actionSelectAll">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -345,6 +348,9 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Invert Selection</string>
|
<string>&Invert Selection</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string>Ctrl+Alt+S</string>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionFind">
|
<action name="actionFind">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
Loading…
Reference in New Issue
Block a user