Skip to content

Commit

Permalink
Add Ctrl+S shortcut to BGM editor
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Jun 21, 2022
1 parent d7170ff commit c181bcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Editor/Editor/Minitors/BGMMinitor/BGMMinitorWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" x:Class="WindEditor.Minitors.BGM.BGMMinitorWindow"
mc:Ignorable="d"
Title="Scene BGM Editor" Height="461" Width="674" ResizeMode="NoResize">
<Window.InputBindings>
<KeyBinding Command="{Binding SaveBGMDataCommand}" Key="S" Modifiers="Ctrl"/>
</Window.InputBindings>
<Grid>
<DockPanel VerticalAlignment="Top" Height="20">
<Menu DockPanel.Dock="Top">
Expand Down

0 comments on commit c181bcd

Please sign in to comment.