mirror of
https://github.com/transmission/transmission
synced 2024-12-23 08:13:27 +00:00
Added queue up/down hotkeys to the Qt interface.
This commit is contained in:
parent
14370e5353
commit
b3e30c0502
1 changed files with 6 additions and 0 deletions
|
@ -753,11 +753,17 @@
|
|||
<property name="text">
|
||||
<string>Move &Up</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string notr="true">Ctrl+Up</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_QueueMoveDown">
|
||||
<property name="text">
|
||||
<string>Move &Down</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string notr="true">Ctrl+Down</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_QueueMoveBottom">
|
||||
<property name="text">
|
||||
|
|
Loading…
Reference in a new issue