[racket] Key Shortcuts

From: Stephen Chang (stchang at ccs.neu.edu)
Date: Mon Jan 3 12:55:02 EST 2011

In Windows,

esc-ctrl-; comments

and

esc-ctrl-= uncomments

This is for emacs keybindings mode. I dont know if it works when emacs
keybindings are off.




On Mon, Jan 3, 2011 at 10:30 AM, Greg Hendershott
<greghendershott at gmail.com> wrote:
> In other words there aren't shortcut keys ("accelerators") per se
> bound to these commands. But you can use the keyboard to choose an
> item from a menu, as usual in Windows. (This is the one biggest thing
> I miss when I'm using OS X. (No, pressing C+F2 arrow arrow arrow arrow
> ... isn't the same :) )).
>
> So ALT+C opens the Ra_c_ket menu and C (or ALT+C is fine if you still
> have the ALT key held down) chooses the _C_omment Out with Semicolons
> command.
>
> On Sun, Jan 2, 2011 at 4:48 PM, Robby Findler
> <robby at eecs.northwestern.edu> wrote:
>> On Sun, Jan 2, 2011 at 11:42 AM, Miguel Villaverde
>> <mvillaverde at gmail.com> wrote:
>>> On Sun, Jan 2, 2011 at 6:49 AM, Sayth Renshaw <flebber.crue at gmail.com>
>>> wrote:
>>>> Are there any key shortcuts in racket to comment and uncomment a block of
>>>> code?
>>>
>>> These ones, at least, are in the Racket menu (and so have shortcuts).
>>>>>
>>>
>>> Are you sure? I don't see them. I'm using the Windows version of DrRacket
>>> and the only commands that have keybindings under the Racket menu are Run,
>>> Ask the Program to Quit, Force the Program to Quit and Reindent All.
>>
>> Try alt-c and then c for comment out and alt-c u for uncomment.
>>
>> Robby
>> _________________________________________________
>>  For list-related administrative tasks:
>>  http://lists.racket-lang.org/listinfo/users
>>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>


Posted on the users mailing list.