From 2199ca18b5b025b440edb59abe1e83d1c9a0eef0 Mon Sep 17 00:00:00 2001 From: Denis Laxalde Date: Sun, 26 Jan 2020 11:23:39 +0100 Subject: [PATCH] Document the [M]edia action --- toot/tui/overlays.py | 1 + 1 file changed, 1 insertion(+) diff --git a/toot/tui/overlays.py b/toot/tui/overlays.py index 64f7872..af9fb29 100644 --- a/toot/tui/overlays.py +++ b/toot/tui/overlays.py @@ -131,6 +131,7 @@ class Help(urwid.Padding): yield urwid.Text(h(" [F] - Favourite/unfavourite status")) yield urwid.Text(h(" [R] - Reply to current status")) yield urwid.Text(h(" [S] - Show text marked as sensitive")) + yield urwid.Text(h(" [M] - Show status media")) yield urwid.Text(h(" [T] - Show status thread (replies)")) yield urwid.Text(h(" [U] - Show the status data in JSON as received from the server")) yield urwid.Text(h(" [V] - Open status in default browser"))