mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-04 07:05:17 -04:00
Added fullscreen mode to browser and conversations
This commit is contained in:
parent
3c7b8511d7
commit
726ee8873e
4 changed files with 29 additions and 1 deletions
|
@ -23,6 +23,8 @@ class BrowserFrame(urwid.Frame):
|
|||
self.delegate.url_dialog()
|
||||
elif key == "ctrl s":
|
||||
self.delegate.save_node_dialog()
|
||||
elif key == "ctrl g":
|
||||
nomadnet.NomadNetworkApp.get_shared_instance().ui.main_display.sub_displays.network_display.toggle_fullscreen()
|
||||
elif self.get_focus() == "body":
|
||||
return super(BrowserFrame, self).keypress(size, key)
|
||||
# if key == "up" and self.delegate.messagelist.top_is_visible:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue