cmd小程序esc键立即切换焦点到输入栏
This commit is contained in:
@@ -497,6 +497,8 @@ function scene.keyDown(k)
|
||||
inputBox.value=""
|
||||
end
|
||||
end
|
||||
elseif k=="escape"then
|
||||
WIDGET.sel=inputBox
|
||||
else
|
||||
WIDGET.keyPressed(k)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user