add anote about C-F6 and a pointer to how to search in

the keybindings window for more such bindings
This commit is contained in:
Robby Findler 2012-08-28 16:30:33 -05:00
parent fc03ab6c69
commit 496bfd3b57

View File

@ -63,6 +63,14 @@ keybindings in menus} preference. Many of the keybindings below are
inspired by Emacs. See also @secref["defining-shortcuts"] for suggestions
on how to bind keys to menu items on a selective basis.
And finally, the authoritative source for keybindings
is the @onscreen{Edit} menu's @onscreen{Show Active Keybindings}
menu item. Keybindings in DrRacket are often sensitive to
the window that has the keyboard focus, so the contents
of the window that @onscreen{Show Active Keybindings} opens
will depend where the keyboard focus was when the menu was
selected.
@section{Moving Around}
@itemize[
@ -97,6 +105,12 @@ on how to bind keys to menu items on a selective basis.
@keybinding["A-C-down"]{move down into an embedded editor}
@keybinding["C-C C-Z"]{move the cursor to the interactions window}
@keybinding["C-F6"]{move the cursor between different windows (usually
the interactions and definitions windows, but also the
search window and other editable portions of DrRacket).
Also, search for ``shift-focus'' in the
@onscreen{Show Active Keybindings} menu's window for more,
platform-specific keybindings that have this functionality}
]
@section{Editing Operations}