From 3285dbcf79ab53f4b6b60bf6c4b329b8971d2796 Mon Sep 17 00:00:00 2001 From: Florrie Date: Fri, 19 Apr 2019 15:46:29 -0300 Subject: Don't volume-down when / is pressed --- ui.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ui.js') diff --git a/ui.js b/ui.js index e29fb2c..c7abfc0 100644 --- a/ui.js +++ b/ui.js @@ -77,8 +77,9 @@ const keyBindings = [ ['isMenu', '+'], ['isSkipBack', '1'], ['isSkipAhead', '3'], - ['isVolumeDown', '/'], - ['isVolumeUp', '*'], + // Disabled because this is the jump key! Oops. + // ['isVolumeDown', '/'], + // ['isVolumeUp', '*'], ['isFocusTabber', '7'], ['isFocusQueue', '9'], -- cgit 1.3.0-6-gf8a5