Update controls in docs and other files

This commit is contained in:
woorst
2016-07-02 22:28:48 -05:00
parent 9400cb727c
commit 33e272c7f1
3 changed files with 3 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ The ``/`` prompt accepts subreddits in the following formats
* ``/u/me`` will display your submissions * ``/u/me`` will display your submissions
* ``/u/spez`` will display submissions from any other user * ``/u/spez`` will display submissions from any other user
* ``/u/multi-mod/m/android`` display a multireddit curated by a 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 Submission Mode

View File

@@ -34,6 +34,7 @@ HELP = """
`d` : Delete an existing post or comment `d` : Delete an existing post or comment
`i` : Display new messages prompt `i` : Display new messages prompt
`s` : Open/close subscribed subreddits list `s` : Open/close subscribed subreddits list
`S` : Open/close subscribed multireddits list
[Subreddit Mode] [Subreddit Mode]
`l` or `RIGHT` : Enter the selected submission `l` or `RIGHT` : Enter the selected submission

View File

@@ -125,4 +125,4 @@ MULTIREDDIT_OPEN_SUBSCRIPTIONS = S
; Subscription page ; Subscription page
SUBSCRIPTION_SELECT = l, <LF>, <KEY_ENTER>, <KEY_RIGHT> SUBSCRIPTION_SELECT = l, <LF>, <KEY_ENTER>, <KEY_RIGHT>
SUBSCRIPTION_EXIT = h, s, <ESC>, <KEY_LEFT> SUBSCRIPTION_EXIT = h, s, S, <ESC>, <KEY_LEFT>