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.
This commit is contained in:
pinkerton%aol.net 2005-05-11 03:26:08 +00:00
Родитель e45941bafe
Коммит 9812caeadd
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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);