sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52506
Re: [Question #683933]: Sikuli 1.1.3 - Runnable JAR script hotkey issue
Question #683933 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/683933
Summary changed to:
Sikuli 1.1.3 - Runnable JAR script hotkey issue
Description changed to:
Sry for another yet newb questions RaiMan - I've successfully compiled
the sikuli file into a Runable jar file however the hotkey function
doesn't work when it's a Jar file, again no issue when it's a sikuli
file
eg:
def stopHandler(event):
exit()
Env.addHotkey(Key.F1,KeyModifier.ALT+KeyModifier.CTRL, stopHandler)
#Exits Script
hopefully, it's another simple rule like the filename can't contain dash
or . in it..
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.