← Back to team overview

sikuli-driver team mailing list archive

[Question #634375]: Sikuli via Parallels and capitals / modifier Keys

 

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

Hi,
quite new to this, have been searching quite a bit but haven't been able to find this situation elsewhere yet:

using Sikuli 1.1.1 on Mac, controlling a windows app that runs via Parallels desktop in windows 7 (coherence mode)

All works like a charm, except that I can't get any Uppercase text to work
type("Test")  shows "test" in my application.

Tried 

keyDown(Key.SHIFT)
type("T")
keyUp(Key.SHIFT)

still gives "t""

Tried  
type("t", KEY_SHIFT)
type("t"+ KEY_SHIFT)
etc, all to no avail.
(note I can't get other modifiers to work either, miscellanous keys like Tab and Enter work ok)

Guess it has to do with the VM that's in between; but don't know where to start. 
Any suggestions?

Thanks

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