I have a hopefully quick one for the experts here.
I'm writing a script in python that will eliminate repetitive typing into a GL.
It's mostly working, but I'm at a roadblock.
Using the keyboard package, I'm trying to send ctrl+shift+(minus). I can't seem to get this to work. Even when I just try to send "-" or "minus" or "hyphen" using keyboard.write()
it doesn't respond properly.
I'm not opposed to using a different package if needed.