Bind M-Up to the "up" action

Taken from Windows Explorer, which abandoned the Backspace binding.
This commit is contained in:
Přemysl Eric Janouch 2020-10-23 03:33:26 +02:00
parent 2d3909fdd1
commit 3934d9b1f9
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 0 deletions

View File

@ -2060,6 +2060,7 @@ g_normal_defaults[] =
{ "Enter", ACTION_CHOOSE },
{ "Delete", ACTION_DELETE },
{ "d", ACTION_DELETE },
{ "M-Up", ACTION_UP },
{ "Backspace", ACTION_UP },
{ "v", ACTION_MULTISELECT },
{ "/", ACTION_MPD_SEARCH },