Sikuli Keystrokes
As you know, Sikuli revolves around key commands to specify what to type or how to interact with the process using a key on a keyboard. Most of these keys are used with the type() command to interact with the process that is being automated. These can also be used with keyDown() and keyUp().
Here is a list of the most useful keys that are used when programming with Sikuli. These keys are case sensitive so be wary of that. If you’d like the list of commands that can be used with these keys, please check out the forums or use our search box.
Top Sikuli Keystrokes:
Key.ENTER
Key.RIGHT
Key.LEFT
Key.UP
Key.DOWN
Key.BACKSPACE
Key.PRINTSCREEN
Key.SPACE
Key.TAB
Key.ESC
Key.DELETE
Key.INSERT
Key.HOME
Key.END
Key.PAGE_DOWN
Key.PAGE_UP
Key.ADD
Key.MINUS
Key.MULTIPLY
Key.DIVIDE
Key.NUM_LOCK
Key.PAUSE
Key.CAPS_LOCK
Key.SCROLL_LOCK
Key.CTRL
Key.SHIFT
Key.ALT
Key.WIN
Responses