Merge pull request #395 from pstuifzand/gh-pages-fast-inject

Document fast_inject
This commit is contained in:
Federico Terzi 2020-08-10 20:53:46 +02:00 committed by GitHub
commit 995a02f90a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,3 +191,5 @@ Option | Description | Possible Values | Default | App-Specific
`secure_input_notification` | Enable/Disable the Secure Input notification on macOS | `true`/`false` | `true` | No
`show_icon` | Show/Hide the icon in the status bar on macOS and Windows | `true`/`false` | `true` | No
`show_notifications` | Show/Hide the notifications| `true`/`false` | `true` | No
`fast_inject` | Use a faster injection mechanism (Linux only). It uses XSendEvent API rather than XTestFakeKeyEvent API, which is faster but incompatible with some applications.| `true`/`false` | `true`| Yes