diff --git a/readme.md b/readme.md index a9a7746e..8dfbfb91 100644 --- a/readme.md +++ b/readme.md @@ -63,6 +63,23 @@ folder. If not you need at least to have the following captures defined: ``, ``, ``, `` (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