]> 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:32:04 +0000 (15:32 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 3 Apr 2014 09:32:04 +0000 (15:32 +0600)
Use "s"

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

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