From 66ab26062db7fb15251cdd903ab282d408af1d7f Mon Sep 17 00:00:00 2001 From: Florrie Date: Tue, 2 Apr 2019 10:19:37 -0300 Subject: Remove HL from HJKL, for now Sorry :P --- ui.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ui.js') diff --git a/ui.js b/ui.js index 0be43e3..1ada92e 100644 --- a/ui.js +++ b/ui.js @@ -43,8 +43,10 @@ const addKey = (prop, key) => { addKey('isDown', 'j') addKey('isUp', 'k') -addKey('isLeft', 'h') -addKey('isRight', 'l') +// Don't use these for now... currently L is used for toggling loop. +// May want to look into changing that (so we can re-enable these). +// addKey('isLeft', 'h') +// addKey('isRight', 'l') class AppElement extends FocusElement { constructor() { -- cgit 1.3.0-6-gf8a5