aboutsummaryrefslogtreecommitdiff
path: root/japanese/mozilla-jlp/files/unix.js
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/mozilla-jlp/files/unix.js')
-rw-r--r--japanese/mozilla-jlp/files/unix.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/japanese/mozilla-jlp/files/unix.js b/japanese/mozilla-jlp/files/unix.js
index 0cbac492bfb9..ae7592361387 100644
--- a/japanese/mozilla-jlp/files/unix.js
+++ b/japanese/mozilla-jlp/files/unix.js
@@ -67,6 +67,11 @@ pref("clipboard.autocopy", true);
pref("browser.urlbar.clickSelectsAll", false);
+// Tab focus model bit field:
+// 1 focuses text controls, 2 focuses other form elements, 4 adds links.
+// Leave this at the default, 7, to match mozilla1.0-era user expectations.
+// pref("accessibility.tabfocus", 1);
+
// override double-click word selection behavior.
pref("layout.word_select.stop_at_punctuation", false);