mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Merge pull request #440 from nidza07/Win11Keymap
Updated Windows 11 keymap
This commit is contained in:
commit
ae28c374d5
@ -1,8 +1,8 @@
|
|||||||
TWBlue Changelog
|
TWBlue Changelog
|
||||||
|
|
||||||
## changes in this version
|
## changes in this version
|
||||||
|
|
||||||
* We have restored conversation and threads support powered by Twitter API V2 thanks to a set of improvements we have done in the application, as well as more generous limits to Tweet monthly cap by Twitter.
|
* We have restored conversation and threads support powered by Twitter API V2 thanks to a set of improvements we have done in the application, as well as more generous limits to Tweet monthly cap by Twitter.
|
||||||
|
* In the Windows 11 Keymap, the default shortcut to open the keystrokes editor is now CTRL+Alt+Windows+K to avoid conflicts with the new global mute microphone shortcut.
|
||||||
* Fixed issue when uploading attachments (images, videos or gif files) while sending tweets or replies.
|
* Fixed issue when uploading attachments (images, videos or gif files) while sending tweets or replies.
|
||||||
|
|
||||||
## Changes in version 2021.11.12
|
## Changes in version 2021.11.12
|
||||||
|
@ -42,7 +42,7 @@ toggle_buffer_mute = string(default="alt+win+shift+m")
|
|||||||
toggle_session_mute = string(default="control+alt+win+m")
|
toggle_session_mute = string(default="control+alt+win+m")
|
||||||
toggle_autoread = string(default="alt+win+e")
|
toggle_autoread = string(default="alt+win+e")
|
||||||
search = string(default="alt+win+-")
|
search = string(default="alt+win+-")
|
||||||
edit_keystrokes = string(default="alt+win+k")
|
edit_keystrokes = string(default="control+alt+win+k")
|
||||||
view_user_lists = string(default="alt+win+l")
|
view_user_lists = string(default="alt+win+l")
|
||||||
get_more_items = string(default="alt+win+pageup")
|
get_more_items = string(default="alt+win+pageup")
|
||||||
reverse_geocode = string(default="control+win+g")
|
reverse_geocode = string(default="control+win+g")
|
||||||
|
Loading…
Reference in New Issue
Block a user