[REBOL] noob questions: keyboard access to buttons
From: dougedmunds:gm:ail at: 20-Apr-2008 8:53
Hello,
Assume I have this window (running on Windows XP)
view layout [myfield1: field "data1" myfield2: field "data2" button "Do
something" [dosomething] button "Quit" [quit]]
I want to create keyboard access, so the user does not have to use a mouse.
Is there a way to get focus to the buttons, so hitting 'enter' on the
keyboard will activate a button?
Is there a way to add the buttons to the tabbing order?
Is there someway to code "Alt-Q" for Quit, with an underscored 'Q'?
--Doug Edmunds