patch so that the alt key does not crash drracket (windows)

This commit is contained in:
Robby Findler 2010-12-06 19:29:53 -06:00
parent 43664610c7
commit f818aa56bf

View File

@ -155,7 +155,7 @@
(unhide-cursor)
(begin0
(default w msg wParam lParam)
(do-key w msg wParam lParam #f #f))]
(do-key w msg wParam lParam #f #f default))]
[(= msg WM_KEYDOWN)
(do-key w msg wParam lParam #f #f default)]
[(= msg WM_KEYUP)