Class orion.editor.KeyEvent
This is the event sent for all keyboard events.
See:
orion.editor.TextView
orion.editor.TextView#event:onKeyDown
orion.editor.TextView#event:onKeyPress
orion.editor.TextView#event:onKeyUp
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/textView.js>.
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Field Attributes | Field Name and Description | 
|---|---|
| 
								
								 Determines whether the user agent context menu should be shown. 
							 | 
						|
| 
								
								 The key DOM event. 
							 | 
						|
| 
								
								 If called prevents the user agent context menu from showing. 
							 | 
						|
| 
								
								 The type of event. 
							 | 
						
					Field Detail
				
				
					 
					
					
					{Boolean}
					defaultPrevented
					
					
					
						Determines whether the user agent context menu should be shown. It is shown by default.
						
						
					
					
					
						
						
						
						
					
					
					{DOMEvent}
					event
					
					
					
						The key DOM event.
						
						
					
					
					
						
						
						
						
					
					
					{Function}
					preventDefault
					
					
					
						If called prevents the user agent context menu from showing.
						
						
					
					
					
						
						
						
						
					
					
					{String}
					type
					
					
					
						The type of event.