Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Oct 4, 2024
1 parent 68a47f0 commit 3e8a9fa
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
Binary file modified wrs/images/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified wrs/images/picker-on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion wrs/topics/config-basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Additionally, status bar will show the default browser:

## Custom arguments

Both user-defined and system (autodetected) browsers have an additional argument added. This is "extra arg". %product% does **not** allow modifying `arg` to avoid breaking basic functionality.
Both user-defined and system (auto-detected) browsers have an additional argument added. This is "extra arg". %product% does **not** allow modifying `arg` to avoid breaking basic functionality.

<warning>
Most browsers will not apply settings like <a href="https://peter.sh/experiments/chromium-command-line-switches/">chromium flags</a> until you restart the browser completely.
Expand Down
21 changes: 20 additions & 1 deletion wrs/topics/picker.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,25 @@ It can be invoked either manually or automatically, or both. To set this behavio

<img height="150" src="picker-on.png"/>

## Manual invocation

For manual invocation, one of the following key combinations can be used, if configured.
- `Ctrl` + `Shift` + left mouse click.
- `Ctrl` + `Alt` + left mouse click.
- `Alt` + `Shift` + left mouse click.
- `CAPS LOCKS` is on when clicking.

You can also invoke picker from the [command line](commandline.md).
## Automatic invocation

For automatic invocation, picker will be displayed in the following situations:
- **Always** - picker will always be displayed, regardless of any rules configured.
- **On conflict** - picker will be displayed if there are multiple rules that match the URL.
- **On no rule** - picker will be displayed if there are no rules that match the URL.

<note>
You can also invoke picker from the <a href="commandline.md">command line</a>.
</note>

## Making a choice

The picker interface is dead simple - it display address bar and the list of browsers you can choose from:
Expand All @@ -36,6 +43,18 @@ In addition to that, you can select the first `9` browsers and `9` profiles usin

If you have selected a browser with multiple profiles, but then changed your mind, you can press <shortcut>Esc</shortcut> to go back to the browser selection and choose another browser. Pressing <shortcut>Esc Esc</shortcut> will close the picker dialog.

## Other customisations

The top of the Picker menu has more customisation options that are worth mentioning:

Close on focus loss
: If enabled, the picker dialog will close when it loses focus. This is useful if you want to quickly switch to another window without having to close the picker dialog manually. This essentially cancels picker dialog if you switch to another window.

Always on top
: If enabled, the picker dialog will always be on top of other windows, regardless which application is active. This is useful if some of your applications prevent Picker from being on top.






0 comments on commit 3e8a9fa

Please sign in to comment.