aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
AgeCommit message (Expand)Author
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
2016-03-05Key bindings; handle overlapping bindingsStephen Blott
2016-03-05Key bindings; tweaks and fixes.Stephen Blott
2016-03-05Key bindings; rewire vomnibar (fix minor error).Stephen Blott
2016-03-05Key bindings; rewire vomnibar.Stephen Blott
2016-03-05Key bindings; remove legacy code.Stephen Blott
2016-03-05Key bindings; initial partially-functioning version.Stephen Blott
2016-02-28Fix defualt command "options".Stephen Blott
2016-02-28Pass to count to scroll commands.Stephen Blott
2016-02-21Include count command option in repeat limit.Stephen Blott
2016-02-21Merge branch 'rework-duplicateTab'Stephen Blott
2016-02-21Merge pull request #2006 from smblott-github/fix-removeTabStephen Blott
2016-02-21Rework count command option initialisation.Stephen Blott
2016-02-20Rework the `duplicateTab` implementation...Stephen Blott
2016-02-20Fix bug in #2001.Stephen Blott
2016-02-20Fix `<count>removeTab`.Stephen Blott
2016-02-20Merge pull request #2003 from smblott-github/count-for-new-windowStephen Blott
2016-02-20Simplify command-option parsing.Stephen Blott
2016-02-20moveToNewWindow accepts a count.Stephen Blott
2016-02-20Add `count` command option.Stephen Blott
2016-02-20Refactor command-option parsing.Stephen Blott
2016-02-18PassNextKey; exclude single-character mappings.Stephen Blott
2016-02-18PassNextKey; allow multiple mappings.Stephen Blott