racket/collects/scribblings/drracket
Robby Findler b1a360be9d Add the following keybindings in a (hopefully) transparent REPL-friendly way:
esc;c:x send-toplevel-form-to-repl
  m:c:x   send-toplevel-form-to-repl
  c:c;c:e send-toplevel-form-to-repl
  c:c;c:r send-selection-to-repl
  c:c;m:e send-toplevel-form-to-repl-and-go
  c:c;m:r send-selection-to-repl-and-go

  c:c;c:z move-to-interactions

Took the inspiration for the list from the keybindings
available in Scheme mode in Emacs.

Closes PR 12211 (and probably others)
2011-09-22 10:51:48 -05:00
..
common.rkt
debugger1.png Updated DrRacket images 2011-08-02 16:56:02 -04:00
drracket.scrbl
example.png Updated DrRacket images 2011-08-02 16:56:02 -04:00
example.rkt
extending.scrbl
files.scrbl
info.rkt
interface-essentials.scrbl added a note about the blue dot 2011-09-05 08:28:41 -05:00
interface-ref.scrbl
io.png Updated DrRacket images 2011-08-02 16:56:02 -04:00
keybindings.scrbl Add the following keybindings in a (hopefully) transparent REPL-friendly way: 2011-09-22 10:51:48 -05:00
languages.scrbl
menus.scrbl
prefs.scrbl
printing.scrbl