aboutsummaryrefslogtreecommitdiffstats
path: root/commands.js
AgeCommit message (Collapse)Author
2010-03-09Fix a bug where if you add a mapping, save, and then remove it -- it won't ↵ilya
get actually unmapped.
2010-03-09Remove some key bindings that are broken in the current default mappings.ilya
2010-03-07Remove periods from the command descriptions, to save some space in the help ↵Phil Crosby
dialog
2010-03-07Show a help dialog when pressing ? which displays all of the current ↵Phil Crosby
keybindings o_O
2010-02-26Key Mapping - Add some descriptions for commands, to be exposed in the ↵ilya
options page.
2010-02-26Key Mapping - Add support for comments in the mappings text.ilya
2010-02-26Key Mapping - Initial support. Basics work.ilya
2010-02-26Key Mapping - Create an available commands structure and factor out the key ↵ilya
registry into commands.js