new feature: locate song in tag editor

This commit is contained in:
Andrzej Rybczak
2010-05-14 01:14:45 +02:00
parent b6e6ab1f61
commit e978cfcc8b
6 changed files with 73 additions and 0 deletions

View File

@@ -224,6 +224,7 @@ void NcmpcppKeys::SetDefaults()
GoToNowPlaying[0] = 'o';
GoToContainingDir[0] = 'G';
GoToMediaLibrary[0] = '~';
GoToTagEditor[0] = 'E';
ToggleAutoCenter[0] = 'U';
ToggleDisplayMode[0] = 'p';
ToggleInterface[0] = '\\';
@@ -303,6 +304,7 @@ void NcmpcppKeys::SetDefaults()
GoToNowPlaying[1] = NullKey;
GoToContainingDir[1] = NullKey;
GoToMediaLibrary[1] = NullKey;
GoToTagEditor[1] = NullKey;
ToggleAutoCenter[1] = NullKey;
ToggleDisplayMode[1] = NullKey;
ToggleInterface[1] = NullKey;