Add to the test script:

    print event/shift
    print event/control

To tell you these other keys being held down.

-Carl


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> GS Jones
> Sent: Monday, April 23, 2001 4:45 AM
> To: [EMAIL PROTECTED]
> Subject: [REBOL] Re: keycodes
>
>
> From: "Allen Kamp"
> <snip>
> > Run this code to see the chars and keycodes as you type them (the window
> > must have focus)
> >
> > REBOL []
> >        key-event: func [face event] [
> >             if event/type = 'key [
> >                 print mold event/key
> >             ]
> >             event
> >         ]
> >         insert-event-func :key-event
> >         view layout [
> >             text {Type and see the char or keycode printed in console}
> >             button "Remove Event & Close" 200 [remove-event-func
> :key-event
> > unview/all]
> >         ]
> >
> > Cheers,
> >
> > Allen K
>
> Hey, that's a nifty program.  Thanks.  I guess that the Alt keys are just
> not "recognized".
> --Scott Jones
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to