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