handle single command and remove hacks used as substitute for it

mpd-git has single command, which provides functionality
of both "repeat one" and "stop after current track" modes.

repeat one = single && repeat
stop after current track = single && !repeat
This commit is contained in:
Andrzej Rybczak
2009-03-27 16:40:55 +01:00
parent 88c37b581d
commit 5f41640cd9
12 changed files with 67 additions and 69 deletions

View File

@@ -70,10 +70,10 @@
#
#key_toggle_repeat = 'r'
#
#key_toggle_repeat_one = 'R'
#
#key_toggle_random = 'z'
#
#key_toggle_single = 'y'
#
#key_shuffle = 'Z'
#
#key_toggle_crossfade = 'x'
@@ -136,8 +136,6 @@
#
#key_go_to_containing_directory = 'G'
#
#key_start_searching = 'y'
#
#key_go_to_parent_dir = 263 127
#
#key_switch_tag_type_list = '`'