How do I...
[1/2] from: al:bri:xtra at: 10-Oct-2001 19:13
.. get "keyboard shortcuts" to work?
For example:
view layout [text-list data ["One" "two" "three" "four" "five"]]
I'd like to have the selection point on the text-list move up or down, when
I press the Up or Down arrow keys on my keyboard.
Andrew Martin
ICQ: 26227169 http://valley.150m.com/
[2/2] from: chris::ross-gill::com at: 10-Oct-2001 7:21
Hi Andrew,
> .. get "keyboard shortcuts" to work?
> For example:
>
> view layout [text-list data ["One" "two" "three" "four" "five"]]
>
> I'd like to have the selection point on the text-list move up or down,
> when I press the Up or Down arrow keys on my keyboard.
To start with, you could look at Allen's FAQ on the subject:
http://www.rebolforces.com/view-faq.html#sect3.4.
- Chris