Hi Graham,
Instead of fish, I'll give you a fishing rod. :-)
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
----- Original Message -----
From: "Graham Chiu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 23, 2001 5:33 PM
Subject: [REBOL] keycodes
>
> Just looking for the key codes to use with VID. In
> particular, Alt-left arrow.
>
> Ta.
>
> --
> Graham Chiu
> --
> 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.
- [REBOL] Re: unsolicited email - nql Carl Sassenrath
- [REBOL] Meeting at Netscape for Internet Christian Morency
- [REBOL] Re: Meeting at Netscape for Int... David Vydra
- [REBOL] Re: unsolicited email - nql Larry Palmiter
- [REBOL] Re: unsolicited email - nql Allen Kamp
- [REBOL] Re: unsolicited email - nql Daniel Murrill
- [REBOL] Re: unsolicited email - nql Brett Handley
- [REBOL] Re: unsolicited email - nql Kolbj�rn Barmen
- [REBOL] keycodes Graham Chiu
- [REBOL] Re: keycodes Terry Brownell
- [REBOL] Re: keycodes Allen Kamp
- [REBOL] Re: keycodes Graham Chiu
- [REBOL] editor suggestion Graham Chiu
- [REBOL] Re: keycodes GS Jones
- [REBOL] Re: keycodes Holger Kruse
- [REBOL] Re: keycodes Petr Krenzelok
- [REBOL] Re: keycodes Holger Kruse
- [REBOL] Re: keycodes Petr Krenzelok
- [REBOL] Re: keycodes Holger Kruse
- [REBOL] Re: keycodes Petr Krenzelok
- [REBOL] Re: keycodes Ingo Hohmann
