diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-01-16 11:11:06 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-01-16 11:16:43 +0100 |
commit | 3995df553dac02aa9cb8a3d70c062bf10d047985 (patch) | |
tree | e6cdf7bcb28814b78a8f5c2d1331dbf7dc99a1fa /lisp/mastodon-discover.el | |
parent | 098f8b1e73e10801c55d4c470906bca6edd75251 (diff) |
bindings: view scheduled on 's' move translate to 'a'
Diffstat (limited to 'lisp/mastodon-discover.el')
-rw-r--r-- | lisp/mastodon-discover.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/mastodon-discover.el b/lisp/mastodon-discover.el index 8506410..f16cdf6 100644 --- a/lisp/mastodon-discover.el +++ b/lisp/mastodon-discover.el @@ -70,7 +70,7 @@ ("E" "View edits of (your) toot" mastodon-toot--view-toot-edits) ("i" "Pin/Unpin (your) toot" mastodon-toot--pin-toot-toggle) ("P" "View user profile" mastodon-profile--show-user) - ("s" "Translate toot at point" mastodon-toot--translate-toot-text) + ("a" "Translate toot at point" mastodon-toot--translate-toot-text) ("T" "View thread" mastodon-tl--thread) ("v" "Vote on poll" mastodon-tl--poll-vote)) ("Views" @@ -90,7 +90,8 @@ ("R" "View follow requests" mastodon-profile--view-follow-requests) ("G" "View follow suggestions" mastodon-tl--get-follow-suggestions) ("I" "View filters" mastodon-tl--view-filters) - ("X" "View lists" mastodon-tl--view-lists)) + ("X" "View lists" mastodon-tl--view-lists) + ("s" "View scheduled toots" mastodon-tl--view-scheduled-toots)) ("Users" ("W" "Follow" mastodon-tl--follow-user) ("C-S-W" "Unfollow" mastodon-tl--unfollow-user) |