From 1af05b3efa0702b30e35f6bfcbf1ee6a66b897d5 Mon Sep 17 00:00:00 2001 From: Thomas Michiels Date: Mon, 23 Jun 2025 14:49:06 +0200 Subject: [PATCH] feature: add hotkeys to diffviewer for next/prev, first/last (#1451) Co-authored-by: Thomas Michiels --- src/Views/DiffView.axaml | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/src/Views/DiffView.axaml b/src/Views/DiffView.axaml index 9b370a59..01cca875 100644 --- a/src/Views/DiffView.axaml +++ b/src/Views/DiffView.axaml @@ -37,7 +37,14 @@ @@ -70,14 +84,28 @@ Width="28" Click="OnGotoNextChange" IsVisible="{Binding IsTextDiff}" - ToolTip.Tip="{DynamicResource Text.Diff.Next}"> + HotKey="{OnPlatform Ctrl+Alt+Down, macOS=⌘+Alt+Down}"> + + + + + + +