Re: [Sikuli-driver] [Question #217480]: Hot to get type(Key.DELETE, KEY_SHIFT|KEY_CMD) to do function, not just type it.

2013-03-19 Thread chandan singh
Question #217480 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/217480 Linked to bug: #610804 https://bugs.launchpad.net/bugs/610804 Num lock turned on: KEY_SHIFT and function keys will not work -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #217480]: Hot to get type(Key.DELETE, KEY_SHIFT|KEY_CMD) to do function, not just type it.

2012-12-26 Thread RaiMan
Question #217480 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/217480 RaiMan proposed the following answer: I think it is the backspace key and not the delete key, that has to be used. type(Key.BACKSPACE, KEY_SHIFT|KEY_CMD) -- You received this question notification because

Re: [Sikuli-driver] [Question #217480]: Hot to get type(Key.DELETE, KEY_SHIFT|KEY_CMD) to do function, not just type it.

2012-12-25 Thread Roman Podolyan
Question #217480 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/217480 Status: Open = Answered Roman Podolyan proposed the following answer: Did you try to do it with keyDown() / keyUp() sequence? Unfortunately, now I have no Mac at my disposal to test this myself. --

[Sikuli-driver] [Question #217480]: Hot to get type(Key.DELETE, KEY_SHIFT|KEY_CMD) to do function, not just type it.

2012-12-23 Thread Colby Black
New question #217480 on Sikuli: https://answers.launchpad.net/sikuli/+question/217480 I'm trying to clear cookies in Chrome Settings using cmd-shift-delete I tried type(Key.DELETE,KEY_SHIFT|KEY_CMD) for mac, and it types it, but doesn't do the function of clearing cookies in chromes settings.

Re: [Sikuli-driver] [Question #217480]: Hot to get type(Key.DELETE, KEY_SHIFT|KEY_CMD) to do function, not just type it.

2012-12-23 Thread Colby Black
Question #217480 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/217480 Colby Black posted a new comment: anoyone??? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.