From 5263e71bcc592b4f3f5b061559ee7a49c874db94 Mon Sep 17 00:00:00 2001 From: Florrie Date: Sun, 25 Aug 2019 14:03:13 -0300 Subject: Avoid conflict in isToggleLoop/isFocusLabels keys Maybe there'll be a better key than L for isFocusLabels later. We'll see! --- ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui.js') diff --git a/ui.js b/ui.js index 0d17fb8..61e8db0 100644 --- a/ui.js +++ b/ui.js @@ -59,7 +59,7 @@ const keyBindings = [ ['isMenu', 'm'], ['isMenu', 'f'], ['isTogglePause', telc.isSpace], - ['isToggleLoop', 'l'], + ['isToggleLoop', 'l', {caseless: false}], ['isStop', telc.isEscape], ['isVolumeUp', 'v', {caseless: false}], ['isVolumeDown', 'V', {caseless: false}], @@ -78,7 +78,7 @@ const keyBindings = [ ['isShuffleQueue', 's'], ['isClearQueue', 'c'], ['isFocusMenubar', ';'], - ['isFocusLabels', 'l'], // *** conflicts with isToggleLoop!!! must change this + ['isFocusLabels', 'L', {caseless: false}], // todo: better key? to let isToggleLoop be caseless again ['isSelectUp', telc.isShiftUp], ['isSelectDown', telc.isShiftDown], -- cgit 1.3.0-6-gf8a5