sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #28893
Re: [Question #255885]: "Super" key in Linux?
Question #255885 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/255885
Status: Needs information => Open
Zed Zulu gave more information on the question:
I'm trying to use the WIN button to trigger the Super button in Linux, so that I can reliable the Maximize/Restore Window keyboard shortcut.
For example, I want to do something like this:
# Open Application
App.open("someapp")
# Maximize Window (CTRL + Super + Up)
keyDown(Key.WIN)
type(Key.UP, KeyModifier.CTRL)
keyUp()
wait(1)
# Restore Window (CTRL + Super + Down)
keyDown(Key.WIN)
type(Key.DOWN, KeyModifier.CTRL)
keyUp()
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.