Added queue up/down hotkeys to the Qt interface.

This commit is contained in:
Thomas Hines 2017-01-27 15:42:18 +10:00 committed by Mike Gelfand
parent 14370e5353
commit b3e30c0502
1 changed files with 6 additions and 0 deletions

View File

@ -753,11 +753,17 @@
<property name="text">
<string>Move &amp;Up</string>
</property>
<property name="shortcut">
<string notr="true">Ctrl+Up</string>
</property>
</action>
<action name="action_QueueMoveDown">
<property name="text">
<string>Move &amp;Down</string>
</property>
<property name="shortcut">
<string notr="true">Ctrl+Down</string>
</property>
</action>
<action name="action_QueueMoveBottom">
<property name="text">