]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5166 Offer shortcut to access the top-right search engine
authorStas Vilchik <vilchiks@gmail.com>
Thu, 3 Apr 2014 09:03:46 +0000 (15:03 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 3 Apr 2014 09:03:46 +0000 (15:03 +0600)
Fix use of /

sonar-server/src/main/js/application.js
sonar-server/src/main/js/third-party/keymaster.js

index 6070f9643b9769cf7bce67d736d313cb059eb993..cd226028d8792898111673af2531c786e2a6ef8a 100644 (file)
@@ -555,7 +555,7 @@ jQuery(function() {
 
 
   // Define global shortcuts
-  key('/,/', function() { // divide sign, slash
+  key('slash,divide,shift+slash', function() { //
     jQuery('#searchInput').focus();
     return false;
   });
index 8a13e83f313b47b04bc73448dce922fa40ba4b21..940b5f2c0198d20ffd84c7c00791a9f2389fe118 100644 (file)
@@ -25,6 +25,7 @@
       del: 46, 'delete': 46,
       home: 36, end: 35,
       pageup: 33, pagedown: 34,
+      slash: 191, divide: 111,
       ',': 188, '.': 190, '/': 191,
       '`': 192, '-': 189, '=': 187,
       ';': 186, '\'': 222,