Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emacs key bindings in DrRacket?

How are we supposed to configure DrRacket so that it does not use Emacs key bindings? Like I type C-s and it just saves the code instead of bringing up the search line. Or I use C-x C-f and it won't open another file. The DrRacket documentation claims to not use Emacs bindings but it obviously does.

like image 329
randomusername Avatar asked Sep 07 '14 14:09

randomusername


1 Answers

You want to disable the check box, Enable keybindings in menus.

Unfortunately this checkbox is a bit buried:

  1. Open the Racket Preferences dialog.

  2. Click the Editing tab.

  3. There's a row of sub-tabs for that. Click the General sub-tab.

  4. A few items down you should see the Enable keybindings in menus check box. Un-check it.

like image 98
Greg Hendershott Avatar answered Sep 27 '22 20:09

Greg Hendershott