ctrl j and k for moving playlist items
This commit is contained in:
parent
9919d0b466
commit
6e48daad1d
1 changed files with 4 additions and 4 deletions
|
|
@ -459,16 +459,16 @@ def_key "c"
|
|||
#def_key "C"
|
||||
# crop_main_playlist
|
||||
#
|
||||
def_key "m"
|
||||
def_key "ctrl-k"
|
||||
move_sort_order_up
|
||||
#
|
||||
def_key "m"
|
||||
def_key "ctrl-k"
|
||||
move_selected_items_up
|
||||
#
|
||||
def_key "n"
|
||||
def_key "ctrl-j"
|
||||
move_sort_order_down
|
||||
#
|
||||
def_key "n"
|
||||
def_key "ctrl-j"
|
||||
move_selected_items_down
|
||||
#
|
||||
def_key "M"
|
||||
|
|
|
|||
Loading…
Reference in a new issue