sikuli-driver team mailing list archive
  
  - 
     sikuli-driver team sikuli-driver team
- 
    Mailing list archive
  
- 
    Message #58288
  
 [Bug 1971894] [NEW] Win + Up Key Combination	Crashing Sikuli
  
Public bug reported:
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!
** Affects: sikuli
     Importance: Undecided
         Status: New
-- 
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:
  New
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
Follow ups