← 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: Open => Answered

RaiMan proposed the following answer:
To understand, what RHEL means, I had to google ;-)

idea: in spreadsheets usually ESC leaves the cell edit mode.
So what about:
click(cell) # opens edit mode
type(Key.ESC) # leaves it???
type(Key.right) # what happens?

I dare to ask this, because you say "The cell becomes edit mode then it
doesn't do what I want. Instead it moves a char in the cell.", which
means, that type(Key.RIGHT) is accepted in this case.

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