summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2024-10-10 21:01:44 +0300
committerGitHub <noreply@github.com>2024-10-10 21:01:44 +0300
commitc032c89f1c457c3cf97dcda3f8367115fa5f66ea (patch)
tree6e075ece45b72f3cb6fba393bde2488e6d89f95a /CHANGELOG.md
parenta1ed79bd2c014be49a85e2100ce374b86c8839e8 (diff)
downloadalacritty-c032c89f1c457c3cf97dcda3f8367115fa5f66ea.tar.gz
alacritty-c032c89f1c457c3cf97dcda3f8367115fa5f66ea.zip
Change ctrl+shift+u to ctrl+shift+o
Avoid collisions with IMEs by using ctrl+shift+o. ctrl+shift+u is bound to open unicode input in a lot of IMEs by default meaning that users won't ever see the url hints UI.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2026893c..ae486fa5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its
- Moved config options `import`, `working_directory`, `live_config_reload`, and `ipc_socket`
to the new `general` section
- Moved config option `shell` to `terminal.shell`
+- `ctrl+shift+u` binding to open links to `ctrl+shift+o` to avoid collisions with IMEs
### Fixed