Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
view
/
com.monkopedia.kodemirror.view
/
KeymapBuilder
/
bind
bind
fun
bind
(
key
:
String
?
=
null
,
mac
:
String
?
=
null
,
win
:
String
?
=
null
,
linux
:
String
?
=
null
,
run
:
(
EditorSession
)
->
Boolean
)
Bind a key with platform-specific overrides.