From 0021f66a44f5d851841249f6b74ca2f4acaa6e10 Mon Sep 17 00:00:00 2001 From: Florrie Date: Sun, 25 Aug 2019 13:14:18 -0300 Subject: Use control+up/down to play next/previous tracks ...instead of shift+up/down, which I'm going to make select items in listings (ala graphical file browsers). --- ui.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui.js') 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'], -- cgit 1.3.0-6-gf8a5