Module

Ace.KeyBinding

Package
purescript-ace
Repository
purescript-contrib/purescript-ace

#KeyboardHandler Source

#addKeyboardHandlerImpl Source

addKeyboardHandlerImpl :: forall a. (Command -> String) -> (Maybe a -> Boolean) -> (Maybe a -> a) -> KeyboardHandler -> KeyBinding -> Effect Unit