Preparing search index...
The search index is not available
Ace API Reference
Ace API Reference
src/keyboard/keybinding
KeyBinding
Class KeyBinding
Index
Constructors
constructor
Properties
$data
$default
Handler
$editor
$handlers
Methods
$call
Keyboard
Handlers
add
Keyboard
Handler
get
Keyboard
Handler
get
Status
Text
on
Command
Key
on
Text
Input
remove
Keyboard
Handler
set
Default
Handler
set
Keyboard
Handler
Constructors
constructor
new
Key
Binding
(
editor
)
:
KeyBinding
Parameters
editor
:
Editor
Returns
KeyBinding
Properties
$data
$data
:
{
editor
:
Editor
;
}
Type declaration
editor
:
Editor
$default
Handler
$default
Handler
:
KeyboardHandler
$editor
$editor
:
Editor
$handlers
$handlers
:
KeyboardHandler
[]
Methods
$call
Keyboard
Handlers
$call
Keyboard
Handlers
(
hashId
,
keyString
,
keyCode
,
e
)
:
boolean
Parameters
hashId
:
any
keyString
:
any
keyCode
:
any
e
:
any
Returns
boolean
add
Keyboard
Handler
add
Keyboard
Handler
(
kb
?
,
pos
?
)
:
void
Parameters
Optional
kb
:
Partial
<
HashHandler
>
&
{}
&
{
attach
?:
(
(
editor
)
=>
void
)
;
detach
?:
(
(
editor
)
=>
void
)
;
}
Optional
pos
:
number
Returns
void
get
Keyboard
Handler
get
Keyboard
Handler
(
)
:
KeyboardHandler
Returns
KeyboardHandler
get
Status
Text
get
Status
Text
(
)
:
string
Returns
string
on
Command
Key
on
Command
Key
(
e
,
hashId
,
keyCode
)
:
boolean
Internal
Parameters
e
:
any
hashId
:
number
keyCode
:
number
Returns
boolean
on
Text
Input
on
Text
Input
(
text
)
:
boolean
Internal
Parameters
text
:
string
Returns
boolean
remove
Keyboard
Handler
remove
Keyboard
Handler
(
kb
)
:
boolean
Parameters
kb
:
Partial
<
HashHandler
>
&
{}
&
{
attach
?:
(
(
editor
)
=>
void
)
;
detach
?:
(
(
editor
)
=>
void
)
;
}
Returns
boolean
set
Default
Handler
set
Default
Handler
(
kb
)
:
void
Parameters
kb
:
KeyboardHandler
Returns
void
set
Keyboard
Handler
set
Keyboard
Handler
(
kb
)
:
void
Parameters
kb
:
KeyboardHandler
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
$data
$default
Handler
$editor
$handlers
$call
Keyboard
Handlers
add
Keyboard
Handler
get
Keyboard
Handler
get
Status
Text
on
Command
Key
on
Text
Input
remove
Keyboard
Handler
set
Default
Handler
set
Keyboard
Handler
Ace API Reference
ace
src
ace
anchor
apply_delta
autocomplete
background_tokenizer
bidihandler
clipboard
commands
command_manager
default_commands
incremental_search_commands
multi_select_commands
occur_commands
config
css/editor-css
document
edit_session
editor
ext
Loading...
Generated using
TypeDoc