mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 13:15:47 +01:00
Cleanup/fix buffer.shiftFrameFocus. Other misc cleanup/fixes.
This commit is contained in:
@@ -150,7 +150,7 @@ const Dactyl = Module("dactyl", {
|
||||
}
|
||||
else {
|
||||
highlight.highlightNode(document.documentElement, "Bell");
|
||||
util.timeout(function () { document.documentElement.removeAttributeNS(NS, "highlight"); }, 20);
|
||||
util.timeout(function () { document.documentElement.removeAttributeNS(NS, "highlight"); }, 5);
|
||||
}
|
||||
}
|
||||
else {
|
||||
@@ -1268,7 +1268,7 @@ const Dactyl = Module("dactyl", {
|
||||
}
|
||||
});
|
||||
|
||||
options.add(["urlseparator", "us"],
|
||||
options.add(["urlseparator", "urlsep", "us"],
|
||||
"Set the separator regexp used to separate multiple URL args",
|
||||
"string", "\\|");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user