diff --git a/src/Miscellaneous/Keybinds.coffee b/src/Miscellaneous/Keybinds.coffee index 9109e021f..8c811686d 100644 --- a/src/Miscellaneous/Keybinds.coffee +++ b/src/Miscellaneous/Keybinds.coffee @@ -197,7 +197,7 @@ Keybinds = return unless threadRoot and QuoteYou.db QuoteYou.cb.seek 'following' <% if (readJSON('/.tests_enabled')) { %> - when 't' + when 'v' return unless threadRoot Build.Test.testAll() <% } %>