From ad04bd99295f21f8c0aa535f3a08f74be33ab023 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Mon, 26 Oct 2020 18:23:41 +0100 Subject: [PATCH] imv: Fix bindings for version < 4 --- playbook/templates/ui/imv.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/playbook/templates/ui/imv.conf b/playbook/templates/ui/imv.conf index b6db156..97525f9 100644 --- a/playbook/templates/ui/imv.conf +++ b/playbook/templates/ui/imv.conf @@ -13,14 +13,17 @@ suppress_default_binds = true = select_rel -1 = select_rel -1 = select_rel -1 - = select_rel -1 +{# "PageUp" needs to be "Prior" for version >= 4 #} + = select_rel -1 = select_rel 1 = select_rel 1 = select_rel 1 - = select_rel 1 +{# "PageDown" needs to be "Next" for version >= 4 #} + = select_rel 1 = quit = quit = quit - = quit +{# "Backspace" needs to be "BackSpace" for version >= 4 #} + = quit = quit = quit