gtk: fix delete key
original commit: 9c15da955d1f33d6b8fccf18656df1bd830e309b
This commit is contained in:
parent
981252ade9
commit
d2458f567d
|
@ -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