From 3934d9b1f90b354aed7a072103ef1c58e581cd9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 23 Oct 2020 03:33:26 +0200 Subject: Bind M-Up to the "up" action Taken from Windows Explorer, which abandoned the Backspace binding. --- nncmpp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nncmpp.c b/nncmpp.c index 4ac54b4..7cddc83 100644 --- a/nncmpp.c +++ b/nncmpp.c @@ -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 }, -- cgit v1.2.3