mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-14 12:13:33 +02:00
Replace 'focuscontent' with 'strictfocus'.
--HG-- branch : testing
This commit is contained in:
@@ -271,9 +271,9 @@ const AutoCommands = Module("autocommands", {
|
||||
completer: function () config.autocommands.concat([["all", "All events"]])
|
||||
});
|
||||
|
||||
options.add(["focuscontent", "fc"],
|
||||
"Try to stay in normal mode after loading a web page",
|
||||
"boolean", false);
|
||||
options.add(["strictfocus", "sf"],
|
||||
"Prevent scripts from focusing input elements without user intervention",
|
||||
"boolean", true);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user