Merge pull request #401 from bradyjoslin/patch-4

Document SecureInput notification for macOS
This commit is contained in:
Federico Terzi 2020-08-10 20:51:57 +02:00 committed by GitHub
commit a2fcd811d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,6 +164,14 @@ Detected change, current window has properties:
These are the parameters espanso detected for your target application, so you can now use them to create the
perfect filter.
### macOS Notification for SecureInput
On macOS there is a security feature known as `SecureInput`, which blocks text expanders from detecting input when entering text in sensitive areas, such as password fields (but also other apps, even the Terminal if configured).
As a result, espanso will not work in those situations, and espanso will trigger a notification (as well as logging it) to warn the user if an app triggers SecureInput. If you want to disable the notification, just add the following line in your config file:
`secure_input_notification: false`
### Options
Here's a list of all options available for the configuration file: