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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user