From c372f0334ad73ff8e3e97ba33fe438051d146f80 Mon Sep 17 00:00:00 2001 From: malc Date: Sun, 23 May 2021 10:52:56 +0300 Subject: [PATCH] Remove remnants of home row remapping attempt --- genconfstruct.sh | 1 - main.ml | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/genconfstruct.sh b/genconfstruct.sh index 3ff036a..e3d6adc 100644 --- a/genconfstruct.sh +++ b/genconfstruct.sh @@ -130,7 +130,6 @@ s key Utils.E.s P pax g dcf dcf Utils.E.s s hcs "{|aoeuidhtns|}" -b remaphtns false cat < setautoscrollspeed n true end - | Ascii 'H' -> enterhistmode () (* NB: - when home row is remapped this - is inaccessible (H becomes left-arrow) *) + | Ascii 'H' -> enterhistmode () | Fn 1 when Wsi.withalt mask -> enterhistmode () | Fn 1 -> enterhelpmode () | Left | Right when not (Wsi.withalt mask) -> -- 2.11.4.GIT