Difference between revisions of "Racket Reference"

From CSE425S Wiki
Jump to navigation Jump to search
Line 13: Line 13:
 
{| class="wikitable"  
 
{| class="wikitable"  
 
! scope="col" style="text-align: right;"| Command
 
! scope="col" style="text-align: right;"| Command
! scope="col" | Keybinding
+
! scope="col" | Windows/Linux
 +
! scope="col" | Mac
 
|-
 
|-
| style="text-align: right;"|comment ||Ctrl Alt ;
+
| style="text-align: right;"|comment ||Ctrl Alt ; ||
 
|-
 
|-
| style="text-align: right;"|uncomment || Ctrl Alt =
+
| style="text-align: right;"|uncomment || Ctrl Alt = ||
 
|-
 
|-
| style="text-align: right;"|Reindent All (format) || Ctrl i
+
| style="text-align: right;"|Reindent All (format) || Ctrl i || Command i
 
|}
 
|}
  
 
Looking for more?  Edit -> Keybindings -> Show Active Keybindings
 
Looking for more?  Edit -> Keybindings -> Show Active Keybindings

Revision as of 20:16, 11 July 2019

Racket Language and Library

The Racket Guide

Learn Racket In Y Minutes

Section 5 Reading Notes: UW Coursera

Sections 6 and 7 Reading Notes: UW 6 and 7 Coursera 6 Coursera 7

Dr. Racket IDE

Keybindings

Command Windows/Linux Mac
comment Ctrl Alt ;
uncomment Ctrl Alt =
Reindent All (format) Ctrl i Command i

Looking for more? Edit -> Keybindings -> Show Active Keybindings