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. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

