diff --git a/doc/changelog.md b/doc/changelog.md index f929f166..198b6b1f 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -2,6 +2,9 @@ ## changes in this version +* 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 + * for opening a trends buffer, press control+Windows+T * TWBlue has received improvements in some functions for handling extended tweets, long tweets and quoted retweets. It should ender some tweets in a better way. * In the spell checker module, there is a new button that will allow you to add your own words to your personal dictionary so the module won't mark them as mispelled the next time you will check spelling. * Added filtering capabilities to TWBlue. ([#102](https://github.com/manuelcortez/TWBlue/issues/102)) diff --git a/src/keymaps/Windows 10.keymap b/src/keymaps/Windows 10.keymap index 6947a23d..37e6e20d 100644 --- a/src/keymaps/Windows 10.keymap +++ b/src/keymaps/Windows 10.keymap @@ -16,7 +16,7 @@ post_tweet = string(default="alt+win+n") post_reply = string(default="control+win+r") post_retweet = string(default="alt+win+shift+r") send_dm = string(default="alt+win+shift+d") -add_to_favourites = string(default="alt+win+f") +add_to_favourites = string(default="control+alt+win+f") remove_from_favourites = string(default="alt+shift+win+f") follow = string(default="alt+win+shift+s") user_details = string(default="alt+win+shift+n")