racket/htdp

Documentation on KeyEvent is unclear on what shift+a produces.

Open

#10 geöffnet am 13. Sept. 2015

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Racket (72 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (111 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

The documentation on KeyEvents do not make clear what happens when shift+a is pressed.

The key pressed is an a but is the key events produced a "shift" and an #\a, or an #\A, or an "shift" and #\A.

http://docs.racket-lang.org/teachpack/2htdpuniverse.html?q=big-bang#%28tech._world._keyevent%29

The examples in the doc lists lower case letters only.

Contributor Guide