Krombik / keysender

Node.js Desktop Automation for Windows.
MIT License
75 stars 6 forks source link

disableInput keyboard keys #14

Closed ch3rn1k closed 1 year ago

ch3rn1k commented 1 year ago

Thanks for new ability, but someting is wrong. disableInput(true, { keyboard: ['a'] }); not blocking a key

Krombik commented 1 year ago

should be fixed in 2.2.1

ch3rn1k commented 1 year ago

Looks like still no :(

Am I right - code disableInput(true, { keyboard: ['a'] }); should block a key, but all others should work?

Krombik commented 1 year ago

Yes, I tested, it's works

ch3rn1k commented 1 year ago

Yes, I tested, it's works

Ty, forgot to rebuild my app, work fine now