first impression:
the new VNC implementation does not seem to be compatible with the defined 
usage of the class Key.
This needs to be repaired.

** Changed in: sikuli
       Status: In Progress => Fix Committed

** Changed in: sikuli
   Importance: Medium => High

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

Title:
  [1.1.1] VNC: Special keys (Key.WIN) dont work

Status in Sikuli:
  Fix Committed

Bug description:
  app version:
  sikulix1.1.1.jar
  win7 64-bit
  realvnc4

  To reproduce the bug:
  1.start the local vncserver 
  2.new a vnc object and send special keys
  vnc = vncStart("127.0.0.1",5900)
  vnc.keyDown(Key.WIN)
  vnc.type("d")
  vnc.keyUp(Key.WIN)

  then throw a exception:
  IllegalArgumentException: java.lang.IllegalArgumentException: Cannot type 
character \ue042

  without vnc,running on local is normal
  keyDown(Key.WIN)
  type("d")
  keyUp(Key.WIN)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1673654/+subscriptions

_______________________________________________
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