From df3dccc23f49b634f792c3f8fa490b714d201c0b Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Thu, 31 Aug 2023 12:10:45 +0300 Subject: [PATCH] Use `ctrl-:` instead of `ctrl-shift-:` for inlay hints toggling (#2921) The latter is not possible to press in Zed, since `:` is typed as `shift-;` with typical US keyboard layouts. In the end, it's the same buttons you have to press to toggle the inlay hints, but working this time. Release Notes: - N/A --- assets/keymaps/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/keymaps/default.json b/assets/keymaps/default.json index 7c8d7f01daeb37d3df9b8bcf30c27320adf9593f..1b2d8ce419a34bd4caa7e07299699743d81bf541 100644 --- a/assets/keymaps/default.json +++ b/assets/keymaps/default.json @@ -522,7 +522,7 @@ // TODO: Move this to a dock open action "cmd-shift-c": "collab_panel::ToggleFocus", "cmd-alt-i": "zed::DebugElements", - "ctrl-shift-:": "editor::ToggleInlayHints", + "ctrl-:": "editor::ToggleInlayHints", } }, {