Update controls in docs and other files

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

View File

@@ -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

View File

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