Fix a bug with releasing key zero not always working.
This commit is contained in:
parent
8a6eb8bfb0
commit
625fb3dc1b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue