Skip to content

Commit d40d4f0

Browse files
committed
Update README.md
1 parent ffe9474 commit d40d4f0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ Thanks to [LSP-copilot](https://github.com/TerminalFi/LSP-copilot) for showing t
3535
- Folder Access
3636
- Input Monitoring (for real-time suggestions cancellation by pressing esc, arrow keys or clicking the mouse)
3737

38-
* Note: you **don't need** Input Monitoring to use real-time suggestion any more with 0.8.1+. If you don't need the cancellation feature, you can just skip this permission.
38+
> You no longer require Input Monitoring to utilize real-time suggestions with version 0.8.1+. If you do not need the cancellation feature, you can simply ignore this permission.
39+
>
40+
> However, to be frank, the Accessibility API is more dangerous than Input Monitoring. To remove the need for Input Monitoring, we can simply change the `CGEventTapOptions` from `listenOnly` to `defaultTap`, which allows for input manipulation.
41+
>
42+
> If you are concerned about key logging and cannot trust the binary, we recommend examining the code and building it yourself. To address any concerns, you can specifically search for `CGEvent.tapCreate`, `AXObserver`, `AX___` within the code.
3943
4044
## Installation and Setup
4145

0 commit comments

Comments
 (0)