gtk: fix delete key

This commit is contained in:
Matthew Flatt 2010-10-11 13:55:32 -06:00
parent a19a67e515
commit 9c15da955d

View File

@ -5,6 +5,7 @@
(define (map-key-code v)
(hash-ref
#hash((#xff08 . #\backspace)
(#xffff . #\rubout)
(#xff09 . #\tab)
(#xff0a . #\newline)
(#xff0d . #\return)