sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #41909
[Bug 1673654] Re: Special keys dont go through vncStart
latest version of 1.1.1 nightly ? (Latest available Build: 1.1.1
2017-03-16_01:00nightly)
** Changed in: sikuli
Status: New => In Progress
** Changed in: sikuli
Importance: Undecided => Medium
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Changed in: sikuli
Milestone: None => 1.1.1
** Summary changed:
- Special keys dont go through vncStart
+ [1.1.1] VNC: Special keys (Key.WIN) dont work
--
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:
In Progress
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