Skip to content

Commit

Permalink
Update readme with instructions on how to disable Rango for some brow…
Browse files Browse the repository at this point in the history
…sers
  • Loading branch information
david-tejada committed Jun 20, 2024
1 parent e2d0647 commit c38fb5e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,23 @@ folder. If not you need at least to have the following captures defined:
`<user.letter>`, `<user.word>`, `<user.number_small>`, `<user.number_string>`
(only if you want to use number hints) and the list `{user.website}`.

### IMPORTANT: Disabling Rango on Some Browsers

Once **rango-talon** has been added to your talon user folder, Rango will be
active for all your browsers. If you haven't installed the extension itself in a
specific browser, it's better to disable Rango for that browser to avoid
unexpected behavior. The best way to do this is to activate the tag
`user.rango_disabled` for that browser. For example, if you want to disable
Rango in Brave and Chrome, you could have a _.talon_ file with the following
contents anywhere in your talon user folder.

```talon
app: brave
app: chrome
-
tag(): user.rango_disabled
```

## Troubleshooting

### Commands Don't Work
Expand Down

0 comments on commit c38fb5e

Please sign in to comment.