[REBOL] Re: Where do tabs go?
From: sanghabum:aol at: 8-Aug-2001 19:08
If I can reply to my own post.....
My application was getting sick in the head about tabs because I'd used
ctrl+I for a shortcut key. Doesn't make much sense, but there you go, On my
set up (win 98), this code:
unview/all
view layout [button "try me " #"^i" [print "button pressed"]]
prints "button pressed" whenever I hit the tab key.
I've played with other ctrl+letter settings and discoverws that:
ctrl+m maps to the return key
ctrl+h maps to the backspace key.
Does anyone know how to disable this behavior so I can use any of the 26
letter shortcuts?
--Thanks,
--Colin.