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.

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/610804

Title:
  0.10.1 Num lock turned on: KEY_SHIFT and function keys will not work

Status in Sikuli:
  New

Bug description:
  Machine: Windows Xp/Windows 7
  Sikuli 0.10.1

  When "Num lock" is turned on, KEY_SHIFT is not working with function
  keys.

  This:
  type(Key.END, KEY_SHIFT)
  will not work.
  keyDown/keyUp neither.



_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to