mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
too many changes to list, many regressions were made, master will be UNSTABLE for a few days
This commit is contained in:
@@ -81,7 +81,7 @@ local function completeCommand()
|
||||
end
|
||||
end
|
||||
|
||||
local function onKeyPress(widget, keyCode, keyChar, keyboardModifiers)
|
||||
local function onKeyPress(widget, keyCode, keyText, keyboardModifiers)
|
||||
if keyboardModifiers == KeyboardNoModifier then
|
||||
-- execute current command
|
||||
if keyCode == KeyReturn or keyCode == keyEnter then
|
||||
|
||||
Reference in New Issue
Block a user