left arrow goes back to overview from torrent details

This commit is contained in:
Nick 2011-02-15 19:36:17 +01:00
parent 7a4006439b
commit 4ff0fb19ee

View File

@ -439,7 +439,7 @@ class TorrentDetail(BaseMode, component.Component):
self.back_to_overview()
return
if c == 27:
if c == 27 or c == curses.KEY_LEFT:
self.back_to_overview()
return