Remove alt-. keybinding from terminal on macOS (#30827)

Closes: #30730
It conflicts with the `>` key on the Czech keyboard layout  
If you want the previous behavior, add `"alt-.": ["terminal::SendText",
"\u001b."]` to your keymap under the `Terminal` context.

Release Notes: 

- Improved the default terminal keybind to not conflict on Czech
keyboards

Co-authored-by: Peter Tripp <peter@zed.dev>
This commit is contained in:
Erik Funder Carstensen 2025-05-20 19:37:26 +02:00 committed by GitHub
parent a0ec9cf383
commit 7609402200
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1012,7 +1012,6 @@
"alt-right": ["terminal::SendText", "\u001bf"],
"alt-b": ["terminal::SendText", "\u001bb"],
"alt-f": ["terminal::SendText", "\u001bf"],
"alt-.": ["terminal::SendText", "\u001b."],
"ctrl-delete": ["terminal::SendText", "\u001bd"],
// There are conflicting bindings for these keys in the global context.
// these bindings override them, remove at your own risk: