------------------------------------------------------
T{ key-down { sym "HOME" } } <editor> handle-gesture .
------------------------------------------------------
prints f as the gesture was handled. But
------------------------------------------------------
T{ key-down { sym "a" } } <editor> handle-gesture .

T{ key-down { sym "a" } } 
<editor> [ handle-gesture ] keep editor-string . .

T{ key-down { sym "a" } } 
"old" <editor> [ set-editor-string ] keep
[ handle-gesture ] keep editor-string . .
------------------------------------------------------
print t, "" and t, and "old" and t . Gesture was not handled.

Is there a way to send an arbitrary character to an editor ?

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to