← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #177034]: type(Key.RIGHT) and Key.LEFT are not recognized

 

Question #177034 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/177034

    Status: Answered => Open

inho C. is still having a problem:
Win7, and RHEL 4, 5. But more focused on Win7 at the moment.

If I do implement 
###
Click()
###
The cell becomes edit mode then it doesn't do what I want. Instead it moves a char in the cell.

It also is not a focus problem because if the sikuli lose the focus, it
shouldn't move the while gird when type(Key.RIGHT) is executed.

My current work around is 
type(Key.TAB) for moving cell focus to right.
type(Key.TAB, Key.SHIFT) for moving cell focus to left.
type(Key.ENTER) for moving cell focus to down.
The problem is UP. I wasn't able to find the work around for UP yet.

In order to resolve the issue, not able to move the cell focus up, I try
to implement a way to move the cell focus A1 regardless the current
location. I thought type(Key.HOME, Key.CTRL) does, but it doesn't. Yet
physical key works.

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