From 33b89d6cb4c1374c514f7feb6113d3668655543f Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 21 Aug 2012 08:28:42 -0500 Subject: [PATCH] clarify control-based keybindings closes PR 13043 --- collects/scribblings/drracket/keybindings.scrbl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/collects/scribblings/drracket/keybindings.scrbl b/collects/scribblings/drracket/keybindings.scrbl index 45b8a68ee7..dbbbb67e3d 100644 --- a/collects/scribblings/drracket/keybindings.scrbl +++ b/collects/scribblings/drracket/keybindings.scrbl @@ -48,9 +48,12 @@ On most keyboards, ``<'' and ``>'' are shifted characters. So, to get M->, you actually have to type Meta-Shift->. That is, press and hold down both the Meta and Shift keys, and then strike ``>''. -On Windows, some of these keybindings are actually standard menu +On Windows (and sometimes under Unix) +some of these keybindings are actually standard menu items. Those keybindings will behave according to the menus, unless the @onscreen{Enable keybindings in menus} preference is unchecked. +For example, the C-e keybinding mentioned above actually toggles +the visibility of the interactions window. @index['("Emacs keybindings")]{If} you are most familiar with Emacs-style key bindings (especially on windows or some linux installations