-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently we employ a keylistener for the following reasons:
- we need to listen for cut & paste events, and while we can Poll, there is no way to distinguish two cut actions of the same content
However, there are significant downsides:
- keylistners make users nervous,
- we need to open up ports
- we end up managing multiple processes
- we depend on iohook, which is not portable
ideally we need to find some kind of callback action we can trigger on a cut or paste - perhaps through xclip?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels