mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 03:54:13 +01:00
@@ -458,7 +458,7 @@ var Help = Module("Help", {
|
|||||||
dactyl.initHelp();
|
dactyl.initHelp();
|
||||||
context.title = ["Help"];
|
context.title = ["Help"];
|
||||||
context.anchored = false;
|
context.anchored = false;
|
||||||
context.completions = help.tags;
|
context.completions = iter(help.tags);
|
||||||
if (consolidated)
|
if (consolidated)
|
||||||
context.keys = {
|
context.keys = {
|
||||||
text: 0,
|
text: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user