improve handling backspace key

This commit is contained in:
Andrzej Rybczak
2009-03-26 12:26:22 +01:00
parent cbc452fde5
commit a6635322a8
3 changed files with 7 additions and 10 deletions

View File

@@ -153,7 +153,7 @@ void DefaultKeys(ncmpcpp_keys &keys)
keys.ToggleAutoCenter[0] = 'U';
keys.ToggleDisplayMode[0] = 'p';
keys.ToggleLyricsDB[0] = 'L';
keys.GoToParentDir[0] = 263;
keys.GoToParentDir[0] = KEY_BACKSPACE;
keys.SwitchTagTypeList[0] = '`';
keys.Quit[0] = 'q';