sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #26615
[Bug 1334284] Re: [RC3] Env.addHotkey with special characters does not work
to be checked with 1.0.1+
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1334284
Title:
[RC3] Env.addHotkey with special characters does not work
Status in Sikuli:
In Progress
Bug description:
Hello everybody
When I use special characters with Env.addHotkey, it doesn't works.(On
Windows 7 32)
This is my script:
def click28(event): click("28.png")
def click32(event): click("32.png")
def click35(event): click("35.png")
def click37(event): click("37.png")
def click39(event): click("39.png")
Env.addHotkey(",",0,click28)
Env.addHotkey(".",0,click32)
Env.addHotkey(";",0,click35)
Env.addHotkey("/",0,click37)
Env.addHotkey("-",0,click39)
only these 5 characters don't work fine
Could somebody give me a help?
Thanks a lot!
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1334284/+subscriptions
References