[1.0.1] KeyModifier.WIN uses alt in linux
Bug #966708 reported by
Brian Parma
This bug affects 3 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| SikuliX |
In Progress
|
High
|
RaiMan | ||
Bug Description
I tried using type(' ', KeyModifier.WIN), I also tried .KEY_WIN, .META, and .KEY_META, but all seem to just pass Alt+whatever.
I'm trying to use it to activate WIN+r through a RDP connection. I know it's passing Alt, because I can use it to activate local hotkeys.
I'm on Linux Mint 12, using Sikuli X 1.0rc3 (r905) 64 bit.
| Changed in sikuli: | |
| importance: | Undecided → Low |
| assignee: | nobody → RaiMan (raimund-hocke) |
| tags: | added: fkt-type |
| Changed in sikuli: | |
| status: | New → In Progress |
| Changed in sikuli: | |
| importance: | Low → High |
| milestone: | none → 1.1.0 |
| summary: |
- KeyModifier.WIN uses alt in linux + [1.0.1] KeyModifier.WIN uses alt in linux |
| Changed in sikuli: | |
| milestone: | 1.1.0 → 1.1.1 |
To post a comment you must log in.

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) Key.WIN) type("i") keyUp(Key.WIN)
keyDown(
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.