Krombik / keysender

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

Ability to use Double Quotes (") in sendKey? #34

Closed Smigg-y closed 1 week ago

Smigg-y commented 2 weeks ago

AFAIK the KeyCode for double and single quotes are the exact same (222) which is an issue for me as for my use-case I need double quotes. Whilst I could do ["Shift", "'"] to get a double quote, it is dependant on the end users keyboard layout as to whether it'll give " or @ etc.

Is there a way to do this or is it possible to implement?

Krombik commented 2 weeks ago

sendKey method is for sending keys, not for typing