← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #222173]: How to use ctrl+shift+> (Greater Than Key) in sikuli

 

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

RaiMan proposed the following answer:
@ raghu-chandrashekar-o
Generally with the current version of Sikuli this will only work on a US-qwerty keyboard layout.
Since on this keyboard pressing > already needs the shift key( shift period), the above key combination only makes sense for keyboards, that produce the > without using the shift key.

So I guess what is meant: ctrl + > (which implies the shift key)

hence the solution (but only on US-qwerty):
type(">", KeyModifier.CTRL)

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