New question #199367 on Sikuli: https://answers.launchpad.net/sikuli/+question/199367
I am using Sikuli to automate some things inside of an IDE that has no built-in automation. In a couple of spots, I would like to use hotkey combinations like 'Alt+P' to access a "Project" menu or 'Ctrl+f' to launch find. However, it does not seem to be working for me. If I use type(KeyModifier.CTRL, 'f') it winds up simply typing 'f' somewhere as though it is ignoring the CTRL modifier. Does anyone have more information on how to achieve this? -- 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

