mirror of https://github.com/mpv-player/mpv
console: fix typo in previous commit
Now keypad enter actually works.
This commit is contained in:
parent
f659cfd6e3
commit
c48fd48f1e
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue