← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #194235]: Limitations of Env.addHotkey ?

 

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

bengalih gave more information on the question:
So on my US QWERTY laptop keyboard "."  is unshifted key and ">" is
shifted value.

I have tried:

Env.addHotkey(".", KeyModifier.SHIFT + KeyModifier.ALT + KeyModifier.CTRL)
Env.addHotkey(">", KeyModifier.SHIFT + KeyModifier.ALT + KeyModifier.CTRL)
Env.addHotkey(".", KeyModifier.ALT + KeyModifier.CTRL)
Env.addHotkey(">", KeyModifier.ALT + KeyModifier.CTRL)

And none of them seem to work.

I also seem to have issues when I use a hotkey to send a type/keydown
which has a modifier...sometimes unexpected results....but again
although I tinkered around for a long time, I didn't put down specifics,
as I was hoping that eventually I would arrive on a solution that
worked....but alas, it seems I am left to using AutoIt to handle a
portion of the hotkeys necessary.

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