diff --git a/doc/changelog.md b/doc/changelog.md index 13d35a74..db4e9218 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,8 +1,8 @@ TWBlue Changelog - ## 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. +* 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. ## Changes in version 2021.11.12 diff --git a/src/keymaps/Windows11.keymap b/src/keymaps/Windows11.keymap index 57ca311e..acda0961 100644 --- a/src/keymaps/Windows11.keymap +++ b/src/keymaps/Windows11.keymap @@ -42,7 +42,7 @@ toggle_buffer_mute = string(default="alt+win+shift+m") toggle_session_mute = string(default="control+alt+win+m") toggle_autoread = string(default="alt+win+e") 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") get_more_items = string(default="alt+win+pageup") reverse_geocode = string(default="control+win+g")