gtk: fix delete key

original commit: 9c15da955d1f33d6b8fccf18656df1bd830e309b
This commit is contained in:
Matthew Flatt 2010-10-11 13:55:32 -06:00
parent 981252ade9
commit d2458f567d

View File

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