← Back to team overview

sikuli-driver team mailing list archive

[Bug 1971894] Re: Win + Up Key Combination Crashing Sikuli

 

type(Key.UP, Key.WIN)

is the correct usage.

** Changed in: sikuli
       Status: New => Invalid

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

Title:
  Win + Up Key Combination Crashing Sikuli

Status in SikuliX:
  Invalid

Bug description:
  I want to maximize a window in Windows, so I am using the Windows + UP
  shortcut.

  type(Key.WIN, Key.UP) #produces [error] ImagePath: find: not there: .png
  #yes, it shows an empty unicode-like box
  type(Key.UP, Key.WIN) #works as expected

  For some reason switching around the order of the keys in the type command produces the bug.
  BTW, Sikuli is a very awesome program! Thank you for your work!

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



References