menu
neomage package
documentation
state/app_state.dart
EditorState
setKeybinding method
setKeybinding method
dark_mode
light_mode
setKeybinding
method
void
setKeybinding
(
String
key
,
String
action
)
Implementation
void setKeybinding(String key, String action) { customKeybindings[key] = action; }
neomage package
documentation
state/app_state
EditorState
setKeybinding method
EditorState class