kit
kit copied to clipboard
Wrong capitalization when using keyboard.type with snippet that ends in uppercased letter.
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 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.