aboutsummaryrefslogtreecommitdiff
path: root/src/keys.cc
AgeCommit message (Collapse)Author
2009-11-04allow keysyms in keysrccorvid
2009-09-08'save' key actioncorvid
2009-07-05keybindings for scrollingcorvid
2009-06-24Added the "stop" keybinding (not bound!)corvid
2009-06-21Added the "nop" keybinding (nop = NO_OPERATION; to cancel a default hook)corvid
2009-05-07NumLock, CapsLock, etc. modifiers should be ignored in parseKey().Rogutes Sparnuotos
2009-06-05KeysCommand_tcorvid
This should make it easier for the casual reader to tell what's what in keys.cc.
2009-06-05Get key bindings for File menucorvid
2009-06-01free Keyscorvid
2009-05-29constscorvid
2009-05-16Keys::parseKey MSGcorvid
2009-05-05Keybindings: allow shifted characters as keynamescorvid
2009-05-04show line number for keysrc errorscorvid
2009-05-03dStrndup, dStrcasecmpcorvid
2009-05-03Fixed a memory leak in keybindings.corvid
2009-05-03Added configurable keybindings! (in ~/.dillo/keysrc) # part1Jorge Arellano Cid