Difference between revisions of "Racket Reference"

From CSE425S Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
Edit -> Keybindings -> Show Active Keybindings
 
Edit -> Keybindings -> Show Active Keybindings
  
* comment ===> '''Ctrl Alt ;'''
+
{| class="wikitable"
* uncomment ===> '''Ctrl Alt ='''
+
! scope="col" style="text-align: right;"| Command
* format a.k.a. Reindent All ===> '''Ctrl i'''
+
! scope="col" | Keybinding
 +
|-
 +
| style="text-align: right;"|comment ||Ctrl Alt ;
 +
|-
 +
| style="text-align: right;"|uncomment || Ctrl Alt =
 +
|-
 +
| style="text-align: right;"|Reindent All (format) || Ctrl i
 +
|}

Revision as of 03:14, 30 June 2019

Racket

The Racket Guide

Dr. Racket

Keybindings

Edit -> Keybindings -> Show Active Keybindings

Command Keybinding
comment Ctrl Alt ;
uncomment Ctrl Alt =
Reindent All (format) Ctrl i