Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/keyboard/keyboard-layout-provider
KeyValidationInput
Interface KeyValidationInput
interface
KeyValidationInput
{
altKey
?:
boolean
;
character
:
string
;
code
:
string
;
ctrlKey
?:
boolean
;
shiftKey
?:
boolean
;
}
Index
Properties
alt
Key?
character
code
ctrl
Key?
shift
Key?
Properties
Optional
alt
Key
altKey
?:
boolean
character
character
:
string
code
code
:
string
Optional
ctrl
Key
ctrlKey
?:
boolean
Optional
shift
Key
shiftKey
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alt
Key
character
code
ctrl
Key
shift
Key
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...