Bind M-Up to the "up" action

Taken from Windows Explorer, which abandoned the Backspace binding.
This commit is contained in:
2020-10-23 03:33:26 +02:00
parent 2d3909fdd1
commit 3934d9b1f9

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 },