Windows XP: Can Sikuli utilize MouseKeys?

Asked by JonnyBS

Hi. The reason I want to see if Sikuli can use MouseKeys because one of the apps I'm using is blocking API call, so using click() and doubleclick() won't work. Even though MouseKeys' click (num5) and doubleclick (num+) also don't work, its clickDown (num0) and clickUp (num.) do work. I did try using mouseDown(Button.LEFT) and mouseUp(Button.LEFT) but to no avail. Just need a straight up answer. Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
JonnyBS
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

What system?

What is MouseKeys?

If it is a utility: did you try keyDown()/keyUp with your key combos (num0 and num.)?

Revision history for this message
RaiMan (raimund-hocke) said :
#2

MouseKeys: found it my self.

It is part of Windows package for handicapped people, to act the mouse using the keyboard.

I will have a look at it.

Revision history for this message
JonnyBS (manicfreak999) said :
#3

Sorry. The system is Windows XP SP2, and MouseKeys is just as you described.

I did try using the keyDown() and keyUp(), but it did not worked.

Revision history for this message
JonnyBS (manicfreak999) said :
#4

I'm just going to close this question. Thanks for your time. :)