diff --git a/Peskyfox.js b/Peskyfox.js index 47bd6f3..72bef45 100644 --- a/Peskyfox.js +++ b/Peskyfox.js @@ -435,6 +435,10 @@ user_pref("dom.disable_window_move_resize", true); // PREF: Plain Text only when copying text user_pref("clipboard.plainTextOnly", true); +// PREF: Controls if a double click word selection also deletes one adjacent whitespace +// (if feasible). This mimics native behaviour on macOS. +//user_pref("editor.word_select.delete_space_after_doubleclick_selection", true); + // PREF: limit events that can cause a pop-up // Firefox provides an option to provide exceptions for sites, remembered in your Site Settings. // (default) "change click dblclick auxclick mouseup pointerup notificationclick reset submit touchend contextmenu"