New question #164563 on Sikuli:
https://answers.launchpad.net/sikuli/+question/164563

MS Visual Studio opens up specific views with a hotkey sequence of 
"CTRL+ALT+W,1" (type CTRL+ALT+W, then 1 with no modifiers)

Doing this as:

type("W", KEY_CTRL + KEY_ALT)
type(str(1))

sends the "1" to the view in VS with current focus, rather than to the 
application itself, even though manually it works properly.

type("W1", KEY_CTRL + KEY_ALT) isn't valid either (the "1" should NOT have any 
modifiers)

Is there a way to send this kind of hotkey sequence with Sikuli?

Thanks

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to