Need Key function for SPACE key

Asked by Rajarajan Gandhi

I tried to send Key.SPACE but it doesnt work. Is there any other function to send a SPACE keystroke?

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

type(" ")

Revision history for this message
j (j-the-k) said :
#2

Very nice answer :D

Revision history for this message
Rajarajan Gandhi (leo4raja) said :
#3

Thanks RaiMan, that solved my question.