Fix a bug with releasing key zero not always working.

This commit is contained in:
Phil Hagelberg 2020-03-18 19:42:11 -07:00
parent 8a6eb8bfb0
commit 625fb3dc1b

View file

@ -176,7 +176,7 @@
(if slot
(begin
(vector-set! keycodes-down slot 0)
(vector-set! keys-for-frame slot 0))
(vector-set! keys-for-frame slot #f))
#f)
(if modifier-slot
(release-modifier modifier-slot key 0)