Re: Space Bar as Macro Hotkey

Posted by Martin du Saire on
URL: http://imagej.273.s1.nabble.com/Space-Bar-as-Macro-Hotkey-tp3703472p3703475.html

I've use this to wait until I hit the space bar.  Is that what you wanted?

              while (isKeyDown("space") < 1) {
              }

M

At 02:39 PM 3/8/2006, you wrote:
>Does anyone know of a way to use the space bar as a hot key for a macro.
>For instance, I currently have it set so that hitting 'a' marks a location
>on the image.  Is there a way that I could achieve the same effect by
>hitting 'space bar'?  If there is not, does anyone know how I can go about
>adding this as a feature request?  Thank you.
>
>- Trotter Cashion
>Nathan Kline Institute for Psychiatric Research
>[hidden email]