From cfd4fd12d32cd981a25a3c2fe175cc30b475c891 Mon Sep 17 00:00:00 2001 From: Nikola Jovic Date: Wed, 17 Nov 2021 19:35:02 +0100 Subject: [PATCH] Updated Windows 11 keymap --- doc/changelog.md | 1 + src/keymaps/Windows11.keymap | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/changelog.md b/doc/changelog.md index cc097af8..7871504d 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -2,6 +2,7 @@ TWBlue Changelog ## changes in this version +* In the Windows 11 Keymap, the default shortcut to open the keystrokes editor is now CTRL plus Alt plus Windows plus K to avoid conflicts with the new global mute microphone shortcut. * Now it is possible to create a tweet from a trending topics buffer again. * TWBlue now includes a completely new set of dialogs to handle tweeting, replying and sending direct messages that takes advantage of more Twitter features. * It is possible to add videos in tweets and direct messages by using the new "add" button, located in every dialog where media can be added. Twitter suggests to add videos from 5 seconds up to 2 minutes lenght, in mp4 format (video Codec H.264 and audio codec AAC). Currently, TWBlue does not check if the uploaded video complies with Twitter media requirements. You can add only a video in a tweet or direct message. No other kind of media can be added after a video is in a tweet. If the video was unable to be uploaded successfully, the tweet or direct message won't be created. 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")