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

original commit: f818aa56bf45ec1448aecd3fea4739a1eb96f5c1
This commit is contained in:
Robby Findler 2010-12-06 19:29:53 -06:00
parent 42e15fefdb
commit 00478aba9b

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)