[RC3] Env.addHotkey with special characters does not work

Bug #1334284 reported by RaiMan
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
In Progress
Low
RaiMan

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!

Revision history for this message
RaiMan (raimund-hocke) wrote :

to be checked with 1.0.1+

Changed in sikuli:
status: New → In Progress
importance: Undecided → Low
assignee: nobody → RaiMan (raimund-hocke)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.