Changed 'like' shortcut in win 10 keymap

This commit is contained in:
Manuel Cortez 2017-12-11 09:04:53 -06:00
parent e8a692a061
commit 7861f42d26
2 changed files with 4 additions and 1 deletions

View File

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

View File

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