mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 05:54:11 +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");
|
styles.registerSheet("resource://dactyl-skin/dactyl.css");
|
||||||
|
|
||||||
|
prefs.safeSet("accessibility.typeaheadfind.autostart", false);
|
||||||
},
|
},
|
||||||
|
|
||||||
cleanup: function () {
|
cleanup: function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user