Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: FEST-Swing 1.2a4
-
Fix Version/s: FEST-Swing 1.3a1
-
Component/s: Swing
-
Labels:None
Description
There are some mapping problem when using pressAndReleaseKeys VK_A, the letter q is typed.
There is also a problem when doing a selectAll, since on French OSX it's supposed to send the keys "cmd VK_A", but because of the mapping issue, it send "cmd VK_Q", which on Mac is asking the application to quit.
Maybe the mapping needs to happen between VK_ keys.
Thanks,
Olivier