From e968e81b9ddf39bd154de70ab797e320806fa11a Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Sat, 24 Dec 2022 11:57:21 -0500 Subject: [PATCH] editor.word_select.delete_space_after_doubleclick_selection --- Peskyfox.js | 4 ++++ 1 file changed, 4 insertions(+) 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"