Re: [Sikuli-driver] [Question #255885]: Super key in Linux?

2014-10-22 Thread RaiMan
Question #255885 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255885 RaiMan posted a new comment: Not sure, wether this makes a difference: keyDown(Key.WIN) keyDown(Key.CTRL) type(Key.UP) keyUp() or even keyDown(Key.WIN) keyDown(Key.CTRL) keyDown(Key.UP) keyUp() -- You

Re: [Sikuli-driver] [Question #255885]: Super key in Linux?

2014-10-22 Thread RaiMan
Question #255885 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255885 Status: Open = Answered RaiMan proposed the following answer: I just read a little about the Super-key. If you do not get it to work with Sikuli, you should redefine the Super- key in your keyboard

Re: [Sikuli-driver] [Question #256017]: Packing a tuple and passing it to a function removes the first element

2014-10-22 Thread Ned
Question #256017 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/256017 Status: Answered = Solved Ned confirmed that the question is solved: Thanks Eugene S, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers,

[Sikuli-driver] [Bug 1384317] [NEW] Special keys don't go through VNC session

2014-10-22 Thread dkr
Public bug reported: Special keys like Key.ENTER, Key.F1, Key.BACKSPACE, etc. do not go through VNC session. To reproduce the bug : * set up a Windows Seven VM where RealVNC is installed and up (https://www.realvnc.com/download/vnc/) * run a sikuli script from a host running Debian Wheezy. The

[Sikuli-driver] [Bug 1384317] Re: [RC3] Special keys don't go through VNC session

2014-10-22 Thread RaiMan
RC3 is no longer supported. So you have to live with it, try to fix it based on the sources or try version 1.1.0 which has a VNC solution, that should work, but is not well documented yet. If you decide to try version 1.1.0 and have problems, come back, I will try to help you. ** Summary

[Sikuli-driver] [Question #256069]: Change the DPI of the screenshots taken?

2014-10-22 Thread Tak Eda
New question #256069 on Sikuli: https://answers.launchpad.net/sikuli/+question/256069 How do I change the DPI of the screenshots taken? I would like to get 600dpi+ and in some cases even 1200dpi screenshots Here is the code I use to capture each screen separately every 2 seconds import os

[Sikuli-driver] [Bug 1384494] [NEW] screen.capture capturing only Screen(0) even when multiple screens are present

2014-10-22 Thread Tak Eda
Public bug reported: Sikuli version: 1.1.0-Beta2 I want to capture each screen separately every 2 seconds and wrote the following code to achieve it: import os import shutil import datetime screenshotsDir = rC:\Users\Sikuli\Temp\Exceptions screens = [Screen(id) for id in

[Sikuli-driver] [Question #256078]: Can't launch Program in new MAC OS

2014-10-22 Thread GoGoEvans
New question #256078 on Sikuli: https://answers.launchpad.net/sikuli/+question/256078 I just upgraded my MAC OS to Yosemite, and found my sikuli was not worked anymore. I re install this program many times, but when I launch sikuli, it always stay in the screen of starting...pleas wait Dose