← Back to team overview

sikuli-driver team mailing list archive

[Bug 1673654] Re: [1.1.1] VNC: Special keys (Key.WIN) dont work --- fixed 2017-03-17

 

well done!

-- 
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 --- fixed 2017-03-17

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


References