Update controls in docs and other files
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user