about:config
- selection
- layout.word_select.stop_at_punctuation
- layout.word_select.eat_space_to_next_word
用于控制在文本上双击自动选中文字时在何处终止
True
在空格处终止
比如在这个字符串上双击会选中整个串,而不是一个单词 example.com/the/path
(Linux/Unix和OS2平台下的默认值)
False
在标点符号处终止
还是同一个例子,在example上双击会选中“example”,而不是整个串 example.com/the/path
(Linux/Unix和OS2外的平台上的默认值)[......]