New question #243910 on Sikuli:
https://answers.launchpad.net/sikuli/+question/243910

Hey there,

I'm trying to minimize a command prompt window by using a keyboard shortcut 
(Alt + Space + N) but it's not working as intended. My code is as follows:

switchApp("cmd.exe")
type(Key.SPACE + "n", KeyModifier.ALT)

My log shows:

[log] App.focus cmd.exe(0) #0
[log] ( Alt ) TYPE " n"

It shows that there is a space before the n, but I don't want that, I want to 
execute the full keyboard shortcut. How can I do this?

Thanks.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to