This commit is contained in:
rayelliott 2020-10-24 21:53:45 +00:00
parent d2c6e2aeff
commit 9cfac308aa
1 changed files with 22 additions and 3 deletions

View File

@ -222,6 +222,7 @@ def_key "space"
#def_key "space" #def_key "space"
# add_item_to_playlist # add_item_to_playlist
# #
#def_key "space" #def_key "space"
# toggle_lyrics_update_on_song_change # toggle_lyrics_update_on_song_change
@ -376,6 +377,12 @@ def_key "space"
#def_key "Z" #def_key "Z"
# shuffle # shuffle
# #
def_key "d"
delete_playlist_items
def_key "d"
delete_browser_items
#def_key "x" #def_key "x"
# toggle_crossfade # toggle_crossfade
# #
@ -451,6 +458,18 @@ def_key "space"
#def_key "g" #def_key "g"
# jump_to_position_in_song # jump_to_position_in_song
# #
def_key "h"
previous_column
def_key "l"
next_column
def_key "l"
enter_directory
def_key "l"
add_item_to_playlist
#def_key "l" #def_key "l"
# show_lyrics # show_lyrics
# #
@ -469,6 +488,9 @@ def_key "space"
#def_key "a" #def_key "a"
# add_selected_items # add_selected_items
# #
def_key "a"
add_item_to_playlist
#def_key "c" #def_key "c"
# clear_playlist # clear_playlist
# #
@ -502,9 +524,6 @@ def_key "space"
#def_key "S" #def_key "S"
# save_playlist # save_playlist
# #
def_key "o"
enter_directory
def_key "o" def_key "o"
select_item select_item
scroll_down scroll_down