Use more specific description of fast_inject

Also document it being app-specific
This commit is contained in:
Peter Stuifzand 2020-08-07 23:47:15 +02:00
parent 726a263587
commit af6399a820

View File

@ -182,4 +182,4 @@ 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 improved text injection mechanism | `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