« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui.js')
-rw-r--r--ui.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui.js b/ui.js
index f04b922..13f115b 100644
--- a/ui.js
+++ b/ui.js
@@ -63,8 +63,8 @@ const keyBindings = [
   ['isStop', telc.isEscape],
   ['isVolumeUp', 'v', {caseless: false}],
   ['isVolumeDown', 'V', {caseless: false}],
-  ['isSkipBack', telc.isShiftUp],
-  ['isSkipAhead', telc.isShiftDown],
+  ['isSkipBack', telc.isControlUp],
+  ['isSkipAhead', telc.isControlDown],
   ['isSkipBack', 'p'],
   ['isSkipAhead', 'n'],
   ['isFocusTabber', '['],
@@ -78,7 +78,7 @@ const keyBindings = [
   ['isShuffleQueue', 's'],
   ['isClearQueue', 'c'],
   ['isFocusMenubar', ';'],
-  ['isFocusLabels', 'l'],
+  ['isFocusLabels', 'l'], // *** conflicts with isToggleLoop!!! must change this
 
   // Number pad
   ['isUp', '8'],