From 551f5fefcd4e2b61d90509d879e771ddf9be0f7b Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 14 Jun 2011 23:24:04 -0400 Subject: [PATCH] Forcibly disable typeaheadfind.autostart at startup, just for the hell of it. Closes issue #458. --- common/content/dactyl.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 0291857d..5e705f07 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -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 () {