Browse Source

Add right and left keys for navigation

pull/165/head
Ionite 1 year ago
parent
commit
f951bffff1
No known key found for this signature in database
  1. 2
      StabilityMatrix.Avalonia/Views/Dialogs/ImageViewerDialog.axaml

2
StabilityMatrix.Avalonia/Views/Dialogs/ImageViewerDialog.axaml

@ -18,7 +18,9 @@
<controls:UserControlBase.KeyBindings> <controls:UserControlBase.KeyBindings>
<KeyBinding Gesture="Up" Command="{Binding NavigateNextCommand}"/> <KeyBinding Gesture="Up" Command="{Binding NavigateNextCommand}"/>
<KeyBinding Gesture="Right" Command="{Binding NavigateNextCommand}"/>
<KeyBinding Gesture="Down" Command="{Binding NavigatePreviousCommand}"/> <KeyBinding Gesture="Down" Command="{Binding NavigatePreviousCommand}"/>
<KeyBinding Gesture="Left" Command="{Binding NavigatePreviousCommand}"/>
</controls:UserControlBase.KeyBindings> </controls:UserControlBase.KeyBindings>
<Grid <Grid

Loading…
Cancel
Save