SebastianSimon / firefox-omni-tweaks

A script that disables the clickSelectsAll behavior of Firefox, and more.
MIT License
43 stars 8 forks source link

Section “Selection clipboard” is missing cases from the README #17

Open SebastianSimon opened 2 years ago

SebastianSimon commented 2 years ago

From the README; the part in bold is missing:

This option enables clipboard selection for most cases: Ctrl+L or F6 for URL bar selection; Ctrl+K for search bar selection; Esc to restore the original URL; Tab to focus either URL bar or search bar; or single-click or double-click selecting the entire text — if enabled.

From the web app, with option enabled:

Pressing Ctrl L or F6 selects the URL bar, and copies to clipboard (i.e. a subsequent middle-click paste will paste the URL):
URL bar is focused; everything is selected, and the selection is copied to the selection clipboard.

Pressing Ctrl K selects the search bar, and copies to clipboard:
Search bar is focused; everything is selected, and the selection is copied to the selection clipboard.