From 76094022004ddb151576a10f20723f2cdd18463d Mon Sep 17 00:00:00 2001 From: Erik Funder Carstensen Date: Tue, 20 May 2025 19:37:26 +0200 Subject: [PATCH] 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 --- assets/keymaps/default-macos.json | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/keymaps/default-macos.json b/assets/keymaps/default-macos.json index 6506aae9aabf12335e0fce39271d1e5e9cf9383f..817408fda1c16462f81b401b58514988025579a4 100644 --- a/assets/keymaps/default-macos.json +++ b/assets/keymaps/default-macos.json @@ -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: