I haven't used it, but from the documentation, it looks like you should do this:
type("a", Key.CTRL + Key.SHIFT)
https://sikulix-2014.readthedocs.io/en/latest/keys.html#key-modifiers-modifier-keys
An unofficial community about SikuliX
I haven't used it, but from the documentation, it looks like you should do this:
type("a", Key.CTRL + Key.SHIFT)
https://sikulix-2014.readthedocs.io/en/latest/keys.html#key-modifiers-modifier-keys
Thanks, I hadn't yet read all the way to the bottom there! That worked.