Added toggle likes to keystroke editor

This commit is contained in:
2018-01-12 08:36:14 -06:00
parent 0bbbb3f1b6
commit 3c0824aad4
2 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ actions = {
"post_retweet": _(u"Retweet"),
"send_dm": _(u"Send direct message"),
"add_to_favourites": _(u"Like a tweet"),
"toggle_like": _(u"Like/unlike a tweet"),
"remove_from_favourites": _(u"Unlike a tweet"),
"follow": _(u"Open the user actions dialogue"),
"user_details": _(u"See user details"),