Re: Space Bar as Macro Hotkey

Posted by Trotter Cashion on
URL: http://imagej.273.s1.nabble.com/Space-Bar-as-Macro-Hotkey-tp3703472p3703476.html

Thanks Martin, but this isn't exactly what I'm looking for.  I need to be
able to run other macros (using hotkeys) while waiting for the space bar to
be hit, and this solution would prohibit me from doing so.  Thanks anyway
though.

- Trotter

On 3/8/06, Martin du Saire <[hidden email]> wrote:

>
> 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]
>