add separate keys to move sel. before/after cursor

This commit is contained in:
Frank Blendinger
2010-07-14 12:29:46 +02:00
committed by Andrzej Rybczak
parent 883d1a6cdd
commit dc8aff65a2
5 changed files with 26 additions and 4 deletions

View File

@@ -125,6 +125,8 @@ struct NcmpcppKeys
int MvSongUp[2];
int MvSongDown[2];
int MoveTo[2];
int MoveBefore[2];
int MoveAfter[2];
int Add[2];
int SavePlaylist[2];
int GoToNowPlaying[2];