mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 16:45:46 +01:00
More cleanup. Fix some Teledactyl bugginess.
This commit is contained in:
@@ -1133,7 +1133,7 @@ var Completion = Module("completion", {
|
||||
|
||||
options.add(["complete", "cpt"],
|
||||
"Items which are completed at the :open prompts",
|
||||
"stringlist", config.defaults.complete == null ? "slf" : config.defaults.complete,
|
||||
"stringlist", "slf",
|
||||
{
|
||||
valueMap: {
|
||||
S: "suggestion",
|
||||
|
||||
Reference in New Issue
Block a user