Hi Alain,

AG> I tried to follow your advice and replace the "insert" key with "Ctrl + i"
AG> A strange bug happens (is it REBOL or my machine?):

AG> The Ctrl + i combination returns the "tab" key code ( #"^-" ) :

It's REBOL. You need to use events, where you can see if the ctrl key
is pressed, to differentiate between keycodes that map to the same
value. Kind of a pain, especially when defining hot-keys for faces.

-- Gregg                         

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to