forked from zaclys/searxng
		
	Fix Vim mode on Firefox
Firefox automatically opens a built-in quick search when user starts typing without selected input and the Vim shortcuts are not triggered
This commit is contained in:
		
							parent
							
								
									9fea2060b5
								
							
						
					
					
						commit
						0314349b08
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -104,7 +104,7 @@ $(document).ready(function() { | |||
|         } | ||||
|     }; | ||||
| 
 | ||||
|     $(document).keyup(function(e) { | ||||
|     $(document).keydown(function(e) { | ||||
|         // check for modifiers so we don't break browser's hotkeys
 | ||||
|         if (vimKeys.hasOwnProperty(e.keyCode) | ||||
|             && !e.ctrlKey | ||||
|  | @ -118,6 +118,7 @@ $(document).ready(function() { | |||
|                 } | ||||
|             } else { | ||||
|                 if (e.target === document.body) { | ||||
|                     e.preventDefault(); | ||||
|                     vimKeys[e.keyCode].fun(); | ||||
|                 } | ||||
|             } | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Richard Nespithal
						Richard Nespithal