← Back to team overview

sikuli-driver team mailing list archive

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

 

Thanks, RaiMan. It will be helpful. I have had this problem for a while. 
The automation test runs on linux (Ubuntu) and it set up a rdp connection to a windows 2012 session host. It tries to disconnect the rdp connection.

There are two ways to enable setting icon and then go to click power,
and disconnect in windows 2012.

1. Hover on the right upper or right bottom of the screen, a menu would pop up with setting icon. But it's highly related with timing. The menu will disappear within 1 second or may be less than 1s. The default setting of Settings.MoveMouseDelay, Settings.WaitScanRate, Settings.ObserveScanRate are 0.5, 3, 3. I changed them to 0.01. and still sikuli couldn't find the setting icon during it shows up.
2. Hotkey to enable the menu with setting icon. I have the problem of clicking KeyModifier.WIN doesn't work well with "i" together.

-- 
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