← Back to team overview

sikuli-driver team mailing list archive

[Bug 966708] 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.

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/966708

Title:
  KeyModifier.WIN uses alt in linux

Status in Sikuli:
  In Progress

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/966708/+subscriptions


References