Implement "o" to show overlay for a bit
This commit is contained in:
parent
6e600099cc
commit
1a92ded9a1
1 changed files with 4 additions and 0 deletions
|
@ -324,6 +324,10 @@ class MainWindow(Gtk.ApplicationWindow, Watcher):
|
||||||
self.player.seek_end()
|
self.player.seek_end()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
elif keyval == Gdk.keyval_from_name("o"):
|
||||||
|
self.player.last_user_input.value = self.now
|
||||||
|
return True
|
||||||
|
|
||||||
elif keyval == Gdk.keyval_from_name("j"):
|
elif keyval == Gdk.keyval_from_name("j"):
|
||||||
has_subs, index, lang = self.player.cycle_subtitles()
|
has_subs, index, lang = self.player.cycle_subtitles()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue