1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 07:30:47 +05:30

editor.word_select.delete_space_after_doubleclick_selection

This commit is contained in:
yokoffing
2022-12-24 11:57:21 -05:00
committed by GitHub
parent 6275cc4b89
commit e968e81b9d
+4
View File
@@ -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"