mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-03 14:45:07 -04:00
Added save connected node functionality
This commit is contained in:
parent
4e50e0f076
commit
87c810fdd0
3 changed files with 51 additions and 2 deletions
|
@ -1284,6 +1284,9 @@ class NetworkLeftPile(urwid.Pile):
|
|||
self.parent.browser.disconnect()
|
||||
elif key == "ctrl u":
|
||||
self.parent.browser.url_dialog()
|
||||
elif key == "ctrl s":
|
||||
self.parent.browser.save_node_dialog()
|
||||
|
||||
else:
|
||||
return super(NetworkLeftPile, self).keypress(size, key)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue