sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #41907
[Bug 1673654] [NEW] Special keys dont go through vncStart
Public bug reported:
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)
** Affects: sikuli
Importance: Undecided
Status: New
** Tags: vncstart
--
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:
Special keys dont go through vncStart
Status in Sikuli:
New
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
Follow ups