diff --git a/client/js/shout.js b/client/js/shout.js index eb80e928..a23dc7de 100644 --- a/client/js/shout.js +++ b/client/js/shout.js @@ -731,11 +731,11 @@ $(function() { Mousetrap.bind([ "command+k", - "ctrl+l", "ctrl+shift+l" ], function (e) { if(e.target === input[0]) { clear(); + e.preventDefault(); } });