How to type "+"

Asked by shaihulud

How to i type the plus sign "+"?
I used the type(Key.ENTER) before but it doesnt recognize type(Key.PLUS)
Is there some sort of chart of how to insert different symbols or keys?

Question information

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

type() is very restricted (see faq 933).

use paste() as workaround.

Revision history for this message
shaihulud (cal-a) said :
#2

Thanks, but i didnt find any documentation on the paste() function. But i did find on type: i could write
type(Key.ADD)

Revision history for this message
shaihulud (cal-a) said :
#3