This commit is contained in:
Xinhao Yuan 2019-07-06 12:23:58 -04:00
parent 7588d3e816
commit 3251f3fba7
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ local function start(c)
infobox.bgimage = draw_info
end
elseif key == "Escape" then
elseif key == "Escape" or key == "Return" then
infobox.visible = false
keygrabber.stop(kg)
end