Comment 1 for bug 610804

Revision history for this message
Asti (ddaavviidd) wrote : Re: 0.10.1 Num lock turned on: KEY_SHIFT and function keys will not work

I believe this has to do with SIkuli actually using the numerical part of the keyboard when sending these commands.
Key.RIGHT is actually(using a keyboard pressed with fingers) Shift+NUM6.

When doing(in Sikuli):
type(Key.END, KEY_SHIFT)

...this happens:
SHIFT+NUM1 which is actually only End instead of Shift+End.

Something like this is the issue since I have solved a problem with using IBM iSeries acces and replacing the numerical arrow keys inside the iSeries keyboard map with [mark down] [mark up] etc.