mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 13:27:58 +01:00
Make | the default 'urlseparator'.
This commit is contained in:
@@ -1269,6 +1269,10 @@ const Dactyl = Module("dactyl", {
|
||||
}
|
||||
});
|
||||
|
||||
options.add(["urlseparator"],
|
||||
"Set the separator regex used to separate multiple URL args",
|
||||
"string", "|");
|
||||
|
||||
options.add(["verbose", "vbs"],
|
||||
"Define which info messages are displayed",
|
||||
"number", 1,
|
||||
|
||||
Reference in New Issue
Block a user