mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 21:55:45 +01:00
Fix 'downloadsort' help entry. Stuff.
This commit is contained in:
@@ -1183,7 +1183,7 @@ var Commands = Module("commands", {
|
||||
(?P<count> (?:\d+ | %)? )
|
||||
(?P<fullCmd>
|
||||
(?: (?P<group> <name>) : )?
|
||||
(?P<cmd> (?:<name> | !)? ))
|
||||
(?P<cmd> (?:-? [()] | <name> | !)? ))
|
||||
(?P<bang> !?)
|
||||
(?P<space> \s*)
|
||||
)
|
||||
@@ -1403,6 +1403,11 @@ var Commands = Module("commands", {
|
||||
commands: function initCommands(dactyl, modules, window) {
|
||||
const { commands, contexts } = modules;
|
||||
|
||||
commands.add(["(", "-("], "",
|
||||
function (args) { dactyl.echoerr(_("dactyl.cheerUp")); });
|
||||
commands.add([")", "-)"], "",
|
||||
function (args) { dactyl.echoerr(_("dactyl.somberDown")); });
|
||||
|
||||
commands.add(["com[mand]"],
|
||||
"List or define commands",
|
||||
function (args) {
|
||||
|
||||
Reference in New Issue
Block a user