← Back to team overview

sikuli-driver team mailing list archive

[Bug 966708] Re: [1.0.1] KeyModifier.WIN uses alt in linux

 

@Yushu
With version 1.0.1 on Windows, the Key.Win should work as expected:

type(Key.WIN) opens start menu
type("r", Key.WIN) opens the run menu
type("i", Key.WIN) opens the settings dialog (right bar on Win 8)

-- 
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:
  [1.0.1] 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