Comment 1 for bug 966708

Revision history for this message
Yushu (yushu-li) wrote : Re: KeyModifier.WIN uses alt in linux

I have the same problem. I also tried to use WIN+i to enable setting on windows 2012 through rdp connection.

I tried the following:

    type("i", Key.WIN)

    type("i", KeyModifier.WIN)
    keyDown(Key.WIN) type("i") keyUp(Key.WIN)

None of them worked. It behaved like I just sent the windows home key to sikuli and it poped up the search menu in ubuntu.
Also I tried .META and KEY_META.