console: fix typo in previous commit

Now keypad enter actually works.
This commit is contained in:
wm4 2020-02-07 14:05:04 +01:00
parent f659cfd6e3
commit c48fd48f1e
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ end
local bindings = {
{ 'esc', function() set_active(false) end },
{ 'enter', handle_enter },
{ 'kp_enter', hanmdle_enter },
{ 'kp_enter', handle_enter },
{ 'shift+enter', function() handle_char_input('\n') end },
{ 'bs', handle_backspace },
{ 'shift+bs', handle_backspace },