mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-26 22:52:27 +01:00
Forcibly disable typeaheadfind.autostart at startup, just for the hell of it. Closes issue #458.
This commit is contained in:
@@ -38,6 +38,8 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
};
|
||||
|
||||
styles.registerSheet("resource://dactyl-skin/dactyl.css");
|
||||
|
||||
prefs.safeSet("accessibility.typeaheadfind.autostart", false);
|
||||
},
|
||||
|
||||
cleanup: function () {
|
||||
|
||||
Reference in New Issue
Block a user