Re: Macro control over QuickTime Player window in ImageJ?
Posted by Gabriel Landini on May 22, 2007; 7:38pm
URL: http://imagej.273.s1.nabble.com/Macro-control-over-QuickTime-Player-window-in-ImageJ-tp3699369p3699370.html
On Tuesday 22 May 2007, you wrote:
> I also just found this note on the documentation for IJ_Robot:
> Note that in Mac OSX with an AZERTY keyboard, the typed string does
> not get interpreted correctly.
Yes, there is something strange in the way that the keys are reported using
different keyboards. A string does not necessarily correspond to a key event
or to a character value, apparently. It seems to depend on the keyboard one
is using. But I am not sure.
I am sorry but I do not have a solution to that at the moment. I would
appreciate if anybody can clarify what is the relation between keyboard,
string, character and key event.
> Does this mean that KeyPress will not work on any of my Macs running OSX?
You could do some test runs to male sure what string sends what key press. If
one positions the cursor in a text editor and sends the commands there, one
can see what comes out.
I know that this is not ideal, but I hope it helps anyway.
Regards,
Gabriel