HOME - filechooser, Shift/Alt+Home - exits closes #34

This seems more logical to me, because accidental exit is really
bad and requires several keypresses and wait for reader to start again.
pull/2/merge
Dobrica Pavlinusic 12 years ago
parent 917dc33985
commit 061f318132

@ -562,8 +562,10 @@ function UniReader:inputloop()
elseif ev.code == KEY_K then
self:setrotate( self.globalrotate - 10 )
elseif ev.code == KEY_HOME then
-- signal quit
keep_running = false
if Keys.shiftmode or Keys.altmode then
-- signal quit
keep_running = false
end
break
end

Loading…
Cancel
Save