Add keyboard shortcut d for deletion

As in vi(1).
This commit is contained in:
Přemysl Eric Janouch 2018-10-21 05:10:04 +02:00
parent a53d24861f
commit 1349e39941
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 0 deletions

View File

@ -2002,6 +2002,7 @@ g_normal_defaults[] =
// Not sure how to set these up, they're pretty arbitrary so far
{ "Enter", ACTION_CHOOSE },
{ "Delete", ACTION_DELETE },
{ "d", ACTION_DELETE },
{ "Backspace", ACTION_UP },
{ "v", ACTION_MULTISELECT },
{ "/", ACTION_MPD_SEARCH },