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

Hi

I want to send  ALT(left side of keyboard)+ F7 using sikuli. Based upon other 
examples mentioned on the forum I use following 2 pieces of code (separetely) 
to simulate this keystroke. But It doesnt work for me. 

1) type(Key.F7, KEY_ALT)

2) keyDown(Key.ALT)
    keyDown(Key.F7)
    keyUp()

can you please tell me if something is wrong with this code or if there is any 
other way I can achieve this.

thank you!

-- 
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