7 lines
		
	
	
	
		
			281 B
			
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
	
		
			281 B
			
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| 
								 | 
							
								# KeyboardInputEvent Object extends `InputEvent`
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								* `type` String - The type of the event, can be `keyDown`, `keyUp` or `char`.
							 | 
						||
| 
								 | 
							
								* `keyCode` String - The character that will be sent
							 | 
						||
| 
								 | 
							
								  as the keyboard event. Should only use the valid key codes in
							 | 
						||
| 
								 | 
							
								  [Accelerator](../accelerator.md).
							 |