Turn off hotkeys.js logging every press.
This commit is contained in:
		
							parent
							
								
									83f1443a86
								
							
						
					
					
						commit
						b35cc8196f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -73,7 +73,7 @@ function hotkeys_listener(event) | |||
| { | ||||
|     if (hotkeys.should_prevent_hotkey(event)) { return; } | ||||
|     identifier = hotkeys.hotkey_identifier(event.key, event.ctrlKey, event.shiftKey, event.altKey); | ||||
|     console.log(identifier); | ||||
|     //console.log(identifier);
 | ||||
|     if (identifier in hotkeys.HOTKEYS) | ||||
|     { | ||||
|         hotkeys.HOTKEYS[identifier]["action"](); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue