diff --git a/doc/changelog.md b/doc/changelog.md index 2cc5c2c0..4438ef67 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -2,6 +2,11 @@ ## changes in this version +* For windows 10 users, some keystrokes in the invisible user interface have been changed or merged: + * control+Windows+alt+F will be used for toggling between adding and removing a tweet to user's likes. This function will execute the needed action based in the current status for the focused tweet. + +## Changes in version 0.93 + * A new soundpack has been added to TWBlue. Thanks to [@ValeriaK305](https://twitter.com/ValeriaK305) * In the Windows 10 keymap, we have changed some default keystrokes as windows now uses some previously assigned shortcuts: * For liking a tweet, press Control+Windows+alt+f diff --git a/src/keystrokeEditor/constants.py b/src/keystrokeEditor/constants.py index c6d5c2fe..0751d9e5 100644 --- a/src/keystrokeEditor/constants.py +++ b/src/keystrokeEditor/constants.py @@ -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"),