diff options
Diffstat (limited to 'japanese/mozilla-jlp-devel/files/unix.js')
-rw-r--r-- | japanese/mozilla-jlp-devel/files/unix.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/japanese/mozilla-jlp-devel/files/unix.js b/japanese/mozilla-jlp-devel/files/unix.js index 85bb929d9da9..911d5c9a24ff 100644 --- a/japanese/mozilla-jlp-devel/files/unix.js +++ b/japanese/mozilla-jlp-devel/files/unix.js @@ -68,6 +68,9 @@ pref("clipboard.autocopy", true); pref("browser.urlbar.clickSelectsAll", false); +// override double-click word selection behavior. +pref("layout.word_select.stop_at_punctuation", false); + // autocomplete keyboard grab workaround pref("autocomplete.grab_during_popup", true); pref("autocomplete.ungrab_during_mode_switch", true); |