From 7f9f0ca128057784b25671fe20c8144e75ac575f Mon Sep 17 00:00:00 2001 From: Mika Kuns Date: Mon, 27 Jul 2026 13:29:31 +0200 Subject: [PATCH] fix(ui): bind search focus to Ctrl+K instead of OemQuestion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OemQuestion is the '#' key on a German layout, so the window-level binding both swallowed '#' app-wide and left Ctrl+K dead — even though the search box already advertises 'Ctrl K' as its shortcut. --- src/ClaudeDo.Ui/Views/MainWindow.axaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ClaudeDo.Ui/Views/MainWindow.axaml b/src/ClaudeDo.Ui/Views/MainWindow.axaml index b2b70245..7c2f0653 100644 --- a/src/ClaudeDo.Ui/Views/MainWindow.axaml +++ b/src/ClaudeDo.Ui/Views/MainWindow.axaml @@ -18,8 +18,9 @@ - - + +