add BuildTest keybind
This commit is contained in:
parent
20006af4fe
commit
9a7f8548a1
@ -161,6 +161,11 @@ Keybinds =
|
|||||||
when Conf['Next Post Quoting You']
|
when Conf['Next Post Quoting You']
|
||||||
return if g.VIEW is 'catalog'
|
return if g.VIEW is 'catalog'
|
||||||
QuoteYou.cb.seek 'following'
|
QuoteYou.cb.seek 'following'
|
||||||
|
<% if (tests_enabled) { %>
|
||||||
|
when 't'
|
||||||
|
return if g.VIEW is 'catalog'
|
||||||
|
BuildTest.testAll()
|
||||||
|
<% } %>
|
||||||
else
|
else
|
||||||
return
|
return
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user