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