mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-12 21:50:26 +01:00
fix not working End key in terminal
This commit is contained in:
parent
64aa0ff49a
commit
2227233d2d
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ const Terminal::KeyMap Terminal::KEY_MAP = {
|
|||
{{KEY_QUESTION, '?'}, XKB_KEY_question},
|
||||
|
||||
{{KEY_HOME, '\0'}, XKB_KEY_Home},
|
||||
{{KEY_END, '\0'}, XKB_KEY_End},
|
||||
{{KEY_BACKSPACE, '\0'}, XKB_KEY_BackSpace},
|
||||
{{KEY_BACKTAB, '\0'}, XKB_KEY_ISO_Left_Tab},
|
||||
{{KEY_CLEAR, '\0'}, XKB_KEY_Clear},
|
||||
|
|
Loading…
Reference in a new issue