racket/htdp

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

Open

#10 ouverte le 13 sept. 2015

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Racket (72 forks)github user discovery
good first issue

Métriques du dépôt

Stars
 (111 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur