mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-03 22:55:01 -04:00
Added alternative save node hotkey. Added save hotkey to hotkeys list.
This commit is contained in:
parent
3d0043499c
commit
f0a4efa28b
2 changed files with 3 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 b":
|
||||
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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue