mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
Stop also selecting trailing space when word-selecting.
This resolves #472.
This commit is contained in:
parent
3709728fb1
commit
f493d6eb7a
1 changed files with 3 additions and 0 deletions
|
|
@ -676,6 +676,9 @@ pref("browser.backspace_action", 2);
|
|||
pref("browser.backspace_action", 0);
|
||||
#endif
|
||||
|
||||
// Pale Moon never eats the space with word selection, regardless of O.S.
|
||||
pref("layout.word_select.eat_space_to_next_word", false);
|
||||
|
||||
// this will automatically enable inline spellchecking (if it is available) for
|
||||
// editable elements in HTML
|
||||
// 0 = spellcheck nothing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue