From 34534985e317c4ca058c2fb934746219cd7b5d88 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 1 Oct 2016 17:36:01 -0700 Subject: [PATCH] New keybind for Build.Test. --- src/Miscellaneous/Keybinds.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() <% } %>