aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
AgeCommit message (Expand)Author
2017-12-15Treat all mapping commands as lower case.Stephen Blott
2017-11-18FF: Use HUD frame for openCopiedUrlIn{Current,New}Tabmrmr1993
2017-10-14Allow <c-[> to be mapped as a regular command.Stephen Blott
2017-04-17Regenerate help page data when key bindings are updatedmrmr1993
2016-12-11Better wording fo command description.Stephen Blott
2016-12-11Add the raw option list to the command registry.Stephen Blott
2016-12-11Ensure that we get the last for a key.Stephen Blott
2016-12-11Remove Utils.nextTick() to fix tests.Stephen Blott
2016-12-11Rework help-dialog HTML.Stephen Blott
2016-12-11Rework key-mapping parsing.Stephen Blott
2016-10-23Better line parsing (simplified).Stephen Blott
2016-10-17Better line parsing.Stephen Blott
2016-10-10Rename 'translate' to 'mapkey'.Stephen Blott
2016-10-09Add translate command for key mappings.Stephen Blott
2016-10-09Remove description from registry entry for key-state mapping.Stephen Blott
2016-10-08Refactor (and fix) key-parsing regexp.Stephen Blott
2016-10-02Tweak logging.Stephen Blott
2016-10-02Better regexp (to match legacy behaviour for '<c->>'.Stephen Blott
2016-10-02Single quotes are clearer here.Stephen Blott
2016-10-02Rename normalizeKey to parseKeySequence.Stephen Blott
2016-10-02Add comment giving example key parsing.Stephen Blott
2016-10-02Rework key-sequence parsing.Stephen Blott
2016-09-24Tweak #2269 (toggleMuteTab).Stephen Blott
2016-09-23New feature/command: Mute/unmute tab.Tobias Gläßer
2016-08-18support mapping <backspace>gdh1995
2016-05-15Handle <space> in the same way as other special keys.Stephen Blott
2016-04-26Help dialog; consistent ordering of commands.Stephen Blott
2016-04-26Help dialog; re-order and tweak command descriptions.Stephen Blott
2016-04-17Make showHelp a top-frame command.Stephen Blott
2016-04-17Make showHelp not a background command.Stephen Blott
2016-03-26Simplify expression.Stephen Blott
2016-03-26Move command to correct spot.Stephen Blott
2016-03-26passCountToCommand isn't needed.Stephen Blott
2016-03-26Pass count to find commands.Stephen Blott
2016-03-26Fix inappropriate variable name.Stephen Blott
2016-03-26Uniform treatment of request for all background commands.Stephen Blott
2016-03-17Logging; move logMessage to BgUtils."Stephen Blott
2016-03-09Fix mainFrame command...Stephen Blott
2016-03-05Generalise topFrame commands.Stephen Blott
2016-03-05Simplify command-registry generation.Stephen Blott
2016-03-05Key bindings; document Commands.generateKeyStateMapping().Stephen Blott
2016-03-05Key bindings; and one more tiny tweak.Stephen Blott
2016-03-05Key bindings; move Vomnibar commands back to content scripts.Stephen Blott
2016-03-05Key bindings; small tweaks...Stephen Blott
2016-03-05Key bindings; tweaks.Stephen Blott
2016-03-05Key bindings; and yet more minor tweaks.Stephen Blott
2016-03-05Key bindings; minor tweaks.Stephen Blott
2016-03-05Key bindings; reinstate keyToCommandRegistry.Stephen Blott
2016-03-05Key bindings; simplify Commands initialization.Stephen Blott
2016-03-05Key bindings; more tweaks and fixes.Stephen Blott