[plt-scheme] Switching between definitions and interactions windows

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Thu Jan 28 10:34:51 EST 2010

control-x;o indeed works if you are on a mac or have disabled the menu
keybindings (menu keybindings take precedence over the keybindings in
the editor). Others that also do that include

  control-f6
  alt-tab
  alt-shift-tab

These last two may be taken over by your OS, tho.

Also, see the Edit|Keybindings|Show Active Keybindings menu item.

Robby

On Thu, Jan 28, 2010 at 8:52 AM, CharlieSm <charliesmith001 at gmail.com> wrote:
> Hi
>
> I'd like to know if there is a shortcut key for switching between the
> definitions and interactions windows in DrScheme, because I'd like to
> run the program and then go back to the editor and then run the
> program again and vice versa, without using my mouse. Something like C-
> x o in emacs.
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.