← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #160128]: problem sending ALT + F7

 

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

Description changed to:
--- environment:
System - windows 7 pro, SP1
Application - Android, accessed via vnc
application does have focus before I send the required keystroke.
-------------------------------------------

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.