[plt-scheme] keybindings

From: Hugh Myers (hsmyers at gmail.com)
Date: Mon Jun 29 13:17:34 EDT 2009

The doc says that to define Ctrl-a so as to insert an exclamation
point, we need to do:

(keybinding "c:a" (lambda (editor evt) (send editor insert "!")

This implies that there are other commands in connection with (send
editor... Is this the same as in GUI:PLT Graphics Toolkit sections 2.5
and 2.6?

--hsm


Posted on the users mailing list.