aboutsummaryrefslogtreecommitdiffstats
path: root/commands.js
AgeCommit message (Expand)Author
2010-09-22Added activeteLinkHintsModeWithQueue and resetLinkHintsMode to linkHints.js a...abe
2010-09-10Make 'gi' compatible with repetition, i.e. 5gi will focus the fifth input box...ilya
2010-09-05Make it so that 'gotoFirstInput' does not require the text box to have an ID ...Phil Crosby
2010-09-05Implemented "gi" feature to focus first input elementPhil Crosby
2010-08-29Change default keys for scrollToLeft and scrollToRight to be zH, zL respectiv...ilya
2010-08-30-190 added scrollToLeft + scrollToRight commands in order to scroll to the en...Your Name
2010-06-22Added Jez's new goUp function to the README and to the command reference.ilya
2010-06-12Add 'goUp' function. However, it does not support command repetition.int3
2010-06-01Document named key functions (per philc)Conrad Irwin
2010-06-01Allow mapping to arrow keys and f-keysConrad Irwin
2010-05-25Support non-space whitespace in key mappings. This closes #141.Ilya
2010-04-25Add showHelp to the command listings / help dialog.ilya
2010-04-18Add an unmapAll command to the remapping interface. This closes #116.ilya
2010-03-15Fix some swapped descriptions in commands.jsilya
2010-03-09Fix a bug where if you add a mapping, save, and then remove it -- it won't ge...ilya
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
2010-03-07Show a help dialog when pressing ? which displays all of the current keybindi...Phil Crosby
2010-02-26Key Mapping - Add some descriptions for commands, to be exposed in the option...ilya
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 r...ilya