From 99d4f8c78cc4c046df3c5a24e7e649e07e25c25c Mon Sep 17 00:00:00 2001 From: Vitor Ramos Date: Sun, 17 Mar 2024 15:05:37 +0100 Subject: [PATCH] Linux: remove duplicate key bind to "ctrl-shift-p" preventing the command palette from showing up (#9455) Linux: remove duplicate key bind to "ctrl-shift-p" preventing the command palette from showing up Release Notes: - N/A --- assets/keymaps/default-linux.json | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/keymaps/default-linux.json b/assets/keymaps/default-linux.json index 639cdd4aef..d687703bc3 100644 --- a/assets/keymaps/default-linux.json +++ b/assets/keymaps/default-linux.json @@ -82,7 +82,6 @@ "ctrl-home": "editor::MoveToBeginning", "ctrl-=end": "editor::MoveToEnd", "shift-up": "editor::SelectUp", - "ctrl-shift-p": "editor::SelectUp", "shift-down": "editor::SelectDown", "ctrl-shift-n": "editor::SelectDown", "shift-left": "editor::SelectLeft",