diff --git a/parts/scenes/app_console.lua b/parts/scenes/app_console.lua index 36a4c1d5..7a351c15 100644 --- a/parts/scenes/app_console.lua +++ b/parts/scenes/app_console.lua @@ -979,7 +979,7 @@ function scene.wheelMoved(_,y) end function scene.keyDown(key) - if key=="return"then + if key=="return" or key=="kpenter"then local input=STRING.trim(inputBox:getText()) if input==""then return end