From 33fb047a73dfced5cc566d15d9a40dd5515cb54d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 6 Aug 2022 07:31:17 +0200 Subject: Make Alt+Return work in the browser as well --- fiv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fiv.c') diff --git a/fiv.c b/fiv.c index 57fee50..9d814ab 100644 --- a/fiv.c +++ b/fiv.c @@ -111,6 +111,7 @@ static struct key_group help_keys_browser[] = { {"Up", "Go to parent directory"}, {"Home", "Go home"}, {"Return", "Open selected item"}, + {"Return", "Show file information"}, {} }}, {"View", (struct key[]) { -- cgit v1.2.3