Safe Haskell | None |
---|---|
Language | Haskell98 |
Module for handling keymaps, | deals with gtk accelerators and double (emacs-like) keystrokes
Documentation
class Keymap alpha where Source
parseKeymap :: FilePath -> IO alpha Source
setKeymap :: alpha -> [ActionDescr IDERef] -> [ActionDescr IDERef] Source
buildSpecialKeys :: alpha -> [ActionDescr IDERef] -> IO (SpecialKeyTable IDERef) Source