← Back to team overview

sikuli-driver team mailing list archive

[Question #160128]: problem sending ALT + F7

 

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.