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