gtk: add missing keycode for Insert key
Closes PR 11412
This commit is contained in:
parent
6b115ecf33
commit
5bdc8a58b4
|
@ -18,6 +18,7 @@
|
||||||
(#xff55 . prior)
|
(#xff55 . prior)
|
||||||
(#xff56 . next)
|
(#xff56 . next)
|
||||||
(#xff57 . end)
|
(#xff57 . end)
|
||||||
|
(#xff63 . insert)
|
||||||
(#xff80 . #\space) ; keypad
|
(#xff80 . #\space) ; keypad
|
||||||
(#xff89 . #\tab) ; keypad
|
(#xff89 . #\tab) ; keypad
|
||||||
(#xff8d . #\u3) ; enter
|
(#xff8d . #\u3) ; enter
|
||||||
|
|
Loading…
Reference in New Issue
Block a user