Skip to content

Commit

Permalink
Keyboard shortucts for pack/unpack operations
Browse files Browse the repository at this point in the history
  • Loading branch information
IngvarX committed Jul 20, 2021
1 parent 20edb53 commit ef8696c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Camelot/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@
<KeyBinding Gesture="F1" Command="{Binding MenuViewModel.AboutCommand}" />
<KeyBinding Gesture="F2" Command="{Binding MenuViewModel.OpenSettingsCommand}" />
<KeyBinding Gesture="F9" Command="{Binding TopOperationsViewModel.OpenTerminalCommand}" />
<KeyBinding Gesture="F10" Command="{Binding TopOperationsViewModel.PackCommand}" />
<KeyBinding Gesture="F11" Command="{Binding TopOperationsViewModel.ExtractCommand}" />
</Window.KeyBindings>

<Grid RowDefinitions="35,Auto,*,Auto">
Expand Down

0 comments on commit ef8696c

Please sign in to comment.