Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: demo of a tree interface

From: greggirwin:mindspring at: 15-May-2004 10:41

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