From fcc5e27455d6f27725584ddea6d62209486fe829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Gon=C3=A7alves?= Date: Fri, 7 Mar 2025 15:27:10 +0000 Subject: [PATCH] Fix hotkey for toggle filters in project search (#25917) Closes #24741 Adjusted the shortcut key handling to properly toggle filters in the project search feature. Release Notes: - linux: Fixed `ctrl-alt-f` not correctly toggling search filters in project search. --------- Co-authored-by: Peter Tripp --- assets/keymaps/default-linux.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/keymaps/default-linux.json b/assets/keymaps/default-linux.json index 883bb6016ca809aebfea103c9ab3f83ef5ff96d7..92324b01bb20bdcc4636e07bc95b53c8836e7237 100644 --- a/assets/keymaps/default-linux.json +++ b/assets/keymaps/default-linux.json @@ -475,9 +475,7 @@ "ctrl-alt-delete": "editor::DeleteToNextSubwordEnd", "ctrl-alt-d": "editor::DeleteToNextSubwordEnd", "ctrl-alt-left": "editor::MoveToPreviousSubwordStart", - // "ctrl-alt-b": "editor::MoveToPreviousSubwordStart", "ctrl-alt-right": "editor::MoveToNextSubwordEnd", - "ctrl-alt-f": "editor::MoveToNextSubwordEnd", "ctrl-alt-shift-left": "editor::SelectToPreviousSubwordStart", "ctrl-alt-shift-b": "editor::SelectToPreviousSubwordStart", "ctrl-alt-shift-right": "editor::SelectToNextSubwordEnd",