From 496bfd3b577a9be3bfa9848799ddde7d95f54c28 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 28 Aug 2012 16:30:33 -0500 Subject: [PATCH] add anote about C-F6 and a pointer to how to search in the keybindings window for more such bindings --- collects/scribblings/drracket/keybindings.scrbl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/collects/scribblings/drracket/keybindings.scrbl b/collects/scribblings/drracket/keybindings.scrbl index dbbbb67e3d..ccbd8b5d15 100644 --- a/collects/scribblings/drracket/keybindings.scrbl +++ b/collects/scribblings/drracket/keybindings.scrbl @@ -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}