hbro-1.0.0.0: Minimal KISS compliant browser

Safe HaskellNone

Hbro.Keys

Synopsis

Documentation

defaultKeyHandler :: KeysList -> KeyHookSource

Look for a callback associated to the given keystrokes and trigger it, if any.

emacsKeyHandlerSource

Arguments

:: (MonadIO m, MonadReader r m, HasConfig r, HasOptions r, HasGUI r, HasPromptBar r, HasZMQContext r, HasHooks r, HasKeys r, MonadError HError m, MonadBaseControl IO m) 
=> KeysList

Key bindings

-> [String]

List of prefix keys

-> String 
-> m () 

Emacs-like key handler.