1
0
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:
Kris Maglione
2011-06-14 23:24:04 -04:00
parent a757efa8c3
commit 551f5fefcd

View File

@@ -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 () {