racket/htdp

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

Open

#10 建立於 2015年9月13日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Racket (72 fork)github user discovery
good first issue

倉庫指標

Star
 (111 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南