From: Stas Vilchik Date: Thu, 3 Apr 2014 08:11:49 +0000 (+0600) Subject: SONAR-5166 Offer shortcut to access the top-right search engine X-Git-Tag: 4.3~175 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f01ddf06b7e286567986e6b30bed1f4f758df440;p=sonarqube.git SONAR-5166 Offer shortcut to access the top-right search engine Fix use of / --- diff --git a/sonar-server/src/main/js/application.js b/sonar-server/src/main/js/application.js index 81629f1656e..d41f5d77a71 100644 --- a/sonar-server/src/main/js/application.js +++ b/sonar-server/src/main/js/application.js @@ -555,7 +555,7 @@ jQuery(function() { // Define global shortcuts - key('/,shift+/', function() { + key('∕,/', function() { // divide sign, slash jQuery('#searchInput').focus(); return false; });