GiacomoLaw / Keylogger

A simple keylogger for Windows, Linux and Mac
https://simple-keylogger.github.io/
MIT License
2.09k stars 616 forks source link

Press and hold for (key)+(key) (like ctrl+c ctrl+v and other combinations) #128

Open Taialt97 opened 2 years ago

Taialt97 commented 2 years ago

I't would be very nice to have a press and hold function. Right now it's a guessing game when it coms to multiple key presses. Is it possible to make this separation?

current output: "hello world [left-ctrl]zzzz"

ideal output (for me :D): "hello world {[left-ctrl]zz}zz" alternative: "hello world {[left-ctrl]z}{[left-ctrl]z}zz"

Taialt97 commented 2 years ago

is this possible for Mac too (labels: enhancement, Windows version)