← Back to team overview

sikuli-driver team mailing list archive

[Question #219823]: need help in using shortcut keys with sikuli

 

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

I am automating my work. So, i wanted to know how can i use shortcut key in sikuli (CTRL+S for file save).

for example,
if we want to save notepad file, we just press CTRL+S  and to open a file, we use CTRL+O.

I tried using 
type(KEY_CTRL +"S")
type(KeyModifier.ALT + "S")
click(KEY_CTRL +"S")
none of them worked for me.
Can someone help me with this, where i am going wrong

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