[plt-scheme] Eval Keybinding

From: Grant Rettke (grettke at acm.org)
Date: Thu Nov 29 10:24:28 EST 2007

On Nov 28, 2007 7:13 PM, ascw <nate.lokers at knowarefast.com> wrote:
> Does anybody know how I would go about creating a keybinding in Dr
> Scheme that would allow me to select an s-expression and evaluate it?

If this helps...

If the cursor is within the s-expression you would want to evaluate
the key commands (with the default keybindings) are:

meta + up
meta + shift + right
ctrl + c
ctrl + f6
ctrl + v
enter


Posted on the users mailing list.