From 9812caeadd7d508c28d0f5582becb1f6043c7c00 Mon Sep 17 00:00:00 2001 From: "pinkerton%aol.net" Date: Wed, 11 May 2005 03:26:08 +0000 Subject: [PATCH] force camino to tab to form controls, regardless of the system pref. this best matches user expectation as nobody knows about the system pref, or that that particular pref would impact camino's content area tabbing. --- camino/resources/application/all-camino.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/camino/resources/application/all-camino.js b/camino/resources/application/all-camino.js index 3a0cd983113..fc2941fcd1a 100644 --- a/camino/resources/application/all-camino.js +++ b/camino/resources/application/all-camino.js @@ -38,6 +38,8 @@ // This file contains Camino-specific default preferences. +pref("accessibility.tabfocus", 3); + // What to load in a new tab: 0 = blank, 1 = homepage, 2 = last page pref("browser.tabs.startPage", 0);