gtk: fix delete key
This commit is contained in:
parent
a19a67e515
commit
9c15da955d
|
@ -5,6 +5,7 @@
|
|||
(define (map-key-code v)
|
||||
(hash-ref
|
||||
#hash((#xff08 . #\backspace)
|
||||
(#xffff . #\rubout)
|
||||
(#xff09 . #\tab)
|
||||
(#xff0a . #\newline)
|
||||
(#xff0d . #\return)
|
||||
|
|
Loading…
Reference in New Issue
Block a user