I'm having trouble to send the shortcut CTRL + SHIFT + T
in Sikuli.
This is what I typed:
type(Key.CTRL, Key.SHIFT, "t");
I want to do this shortcut to open a new tab on Chrome.
I'm having trouble to send the shortcut CTRL + SHIFT + T
in Sikuli.
This is what I typed:
type(Key.CTRL, Key.SHIFT, "t");
I want to do this shortcut to open a new tab on Chrome.