[plt-scheme] key bindings

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Sun Jun 28 18:11:38 EDT 2009

On Sun, Jun 28, 2009 at 4:47 PM, Hugh Myers<hsmyers at gmail.com> wrote:
> In terms of the IDE, what does do-return do?

Insert a return and tab over to the right place.

> Likewise
> command-repeat-0?

I think this is part of the code that implements repetitions. Try "esc
3 3 a". You should see 33 copies of "a" appear. Simiarly, "esc 3 3
right-arrow" will move you to the right 33 times.

> TeX compress?

Replaces a tex command to the left of the insertion point with the
actual character. Type "\beta" and then the keyboard shortcut for an
example.

> And when referring to an 'embedded
> editor' this means?

DrScheme supports editors nested within other editors. Try an XML box
or a comment box from the "Insert" menu.

Robby


Posted on the users mailing list.