From 82ac122f2c79004d268cc6ba5740d5cd366a38d9 Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 24 Oct 2025 10:53:51 +0800 Subject: [PATCH] refactor: use hotkey instead of custom `OnKeyDown` to re-order commits in `Interactive Rebase` window Signed-off-by: leo --- src/Views/InteractiveRebase.axaml | 7 +- src/Views/InteractiveRebase.axaml.cs | 106 ++++++++++++++++++--------- 2 files changed, 76 insertions(+), 37 deletions(-) diff --git a/src/Views/InteractiveRebase.axaml b/src/Views/InteractiveRebase.axaml index e498f0ae..9d872f10 100644 --- a/src/Views/InteractiveRebase.axaml +++ b/src/Views/InteractiveRebase.axaml @@ -38,7 +38,7 @@ - + @@ -61,6 +61,9 @@ + +