← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #623032]: How to type command+w etc. to use MAC shortcut keys.

 

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

allanlan gave more information on the question:
Using "screen.type("W",KeyModifier.CMD);" and system reply some sound(keypress sound) 
The problem seems to change to how to ensure the app is active?
 how to ensure it can receive and response the  ( ⌘ ) TYPE "W" action.
i'm using sikuli ide  since 2013. this is the first time: i clicked app item or even typing in textfield to ensure app is selecting/active. 
and then  it didn't response {screen.type("W",KeyModifier.CMD); }

screen.type(Key.DOWN);  //work well.
screen.type("W",KeyModifier.CMD);  //didn't respond in current app. why?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.