hbro-0.9.1.0: Minimal KISS compliant browser

Safe HaskellSafe-Infered

Hbro.Keys

Contents

Synopsis

Other

defaultKeyHandler :: KeysList -> String -> K (String, Bool)Source

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

emacsKeyHandlerSource

Arguments

:: KeysList

Key bindings

-> [String]

List of prefix keys

-> String 
-> K (String, Bool) 

Emacs-like key handler.

Util

stringify :: Modifier -> StringSource

Convert a Modifier to a String.