Code

screen_browser: added hotkey for adding song
authorMax Kellermann <max@duempel.org>
Thu, 25 Sep 2008 19:35:06 +0000 (21:35 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 25 Sep 2008 19:35:06 +0000 (21:35 +0200)
commit1198af221ec2d804d9ff840a9dcd5e770fb3d13a
treeb1be8456ca335ef6b0089e024ab26db6b8d70ba1
parent728309e4aeaac71555ce68ffcd3ff92952a270d3
screen_browser: added hotkey for adding song

CMD_ADD ('a') appends a song to the playlist, no matter if it is
already there, i.e. unlike CMD_SELECT, it does not toggle the song.
src/screen_artist.c
src/screen_browser.c
src/screen_browser.h
src/screen_file.c
src/screen_help.c
src/screen_search.c