racket/htdp

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

Open

#10 aperta il 13 set 2015

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Racket (72 fork)github user discovery
good first issue

Metriche repository

Star
 (111 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor