← Back to team overview

sikuli-driver team mailing list archive

[Question #295399]: Null keymodifier in type()

 

New question #295399 on Sikuli:
https://answers.launchpad.net/sikuli/+question/295399

Is there any way to set "null" keymodifier (let call it "Key.Null") in the type function so that these lines where equivalent:

type("c")
type("c",)
type("c",Key.null)

I need it to call type() with and without keymodifiers in the same line of a code.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.