From 9a7f8548a1a89421c9df58a93cab4e68c8785277 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 27 Jun 2014 21:56:24 -0700 Subject: [PATCH] add BuildTest keybind --- src/Miscellaneous/Keybinds.coffee | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Miscellaneous/Keybinds.coffee b/src/Miscellaneous/Keybinds.coffee index 20bf25f15..93b4bdf26 100755 --- a/src/Miscellaneous/Keybinds.coffee +++ b/src/Miscellaneous/Keybinds.coffee @@ -161,6 +161,11 @@ Keybinds = when Conf['Next Post Quoting You'] return if g.VIEW is 'catalog' QuoteYou.cb.seek 'following' + <% if (tests_enabled) { %> + when 't' + return if g.VIEW is 'catalog' + BuildTest.testAll() + <% } %> else return e.preventDefault()