kit icon indicating copy to clipboard operation
kit copied to clipboard

Wrong capitalization when using keyboard.type with snippet that ends in uppercased letter.

Open fcrespo82 opened this issue 2 years ago • 1 comments

If a script snippet ends with an uppercase letter or a symbol that needs shift (eg: @@) when using keyboard.type('text') the text will start to be typed as an uppercased text.

It would be nice if it followed the exactly text it was passed to the function.

fcrespo82 avatar Feb 08 '23 19:02 fcrespo82

@fcrespo82 Hmm, that might be tricky since the user is still holding down "shift" when the script starts typing.

I'll have to test to see if we can make the assumption to "release" all modifiers after a snippet is detected.

johnlindquist avatar Feb 08 '23 21:02 johnlindquist