switcher
This commit is contained in:
parent
7588d3e816
commit
3251f3fba7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue