From 33e272c7f1eed6af2bff58618756401f0a07cb97 Mon Sep 17 00:00:00 2001 From: woorst Date: Sat, 2 Jul 2016 22:28:48 -0500 Subject: [PATCH] Update controls in docs and other files --- CONTROLS.rst | 2 +- rtv/docs.py | 1 + rtv/rtv.cfg | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTROLS.rst b/CONTROLS.rst index 6d00f69..b0f573f 100644 --- a/CONTROLS.rst +++ b/CONTROLS.rst @@ -53,7 +53,7 @@ The ``/`` prompt accepts subreddits in the following formats * ``/u/me`` will display your submissions * ``/u/spez`` will display submissions from any other user * ``/u/multi-mod/m/android`` display a multireddit curated by a user -* ``/domain/python.org`` dispaly submissions to stated domain +* ``/domain/python.org`` display submissions to stated domain --------------- Submission Mode diff --git a/rtv/docs.py b/rtv/docs.py index c1542a8..0d52566 100644 --- a/rtv/docs.py +++ b/rtv/docs.py @@ -34,6 +34,7 @@ HELP = """ `d` : Delete an existing post or comment `i` : Display new messages prompt `s` : Open/close subscribed subreddits list + `S` : Open/close subscribed multireddits list [Subreddit Mode] `l` or `RIGHT` : Enter the selected submission diff --git a/rtv/rtv.cfg b/rtv/rtv.cfg index 58f9937..047ece9 100644 --- a/rtv/rtv.cfg +++ b/rtv/rtv.cfg @@ -125,4 +125,4 @@ MULTIREDDIT_OPEN_SUBSCRIPTIONS = S ; Subscription page SUBSCRIPTION_SELECT = l, , , -SUBSCRIPTION_EXIT = h, s, , +SUBSCRIPTION_EXIT = h, s, S, ,