mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-14 03:42:17 -04:00
Added back, forward and reload actions to browser.
This commit is contained in:
parent
150076be6b
commit
0d93e7e8d2
2 changed files with 71 additions and 4 deletions
|
@ -13,7 +13,7 @@ class NetworkDisplayShortcuts():
|
|||
self.app = app
|
||||
g = app.ui.glyphs
|
||||
|
||||
self.widget = urwid.AttrMap(urwid.Text("[C-l] Toggle Nodes/Announces view [C-x] Remove entry [C-w] Disconnect remote"), "shortcutbar")
|
||||
self.widget = urwid.AttrMap(urwid.Text("[C-l] Toggle Nodes/Announces view [C-x] Remove entry [C-w] Disconnect [C-d] Back [C-f] Forward [C-r] Reload"), "shortcutbar")
|
||||
# "[C-"+g["arrow_u"]+g["arrow_d"]+"] Navigate Lists"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue