diff --git a/src/Views/Histories.axaml b/src/Views/Histories.axaml index 8f521717..3f08e7c9 100644 --- a/src/Views/Histories.axaml +++ b/src/Views/Histories.axaml @@ -44,7 +44,8 @@ LayoutUpdated="OnCommitListLayoutUpdated" SelectionChanged="OnCommitListSelectionChanged" ContextRequested="OnCommitListContextRequested" - DoubleTapped="OnCommitListDoubleTapped"> + DoubleTapped="OnCommitListDoubleTapped" + KeyDown="OnCommitListKeyDown">