Skip to content

Commit

Permalink
Fix wrong key for AZERTY layout
Browse files Browse the repository at this point in the history
Issue #8
  • Loading branch information
sabihoshi committed May 7, 2021
1 parent db99d15 commit b93f337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GenshinLyreMidiPlayer.WPF/Core/Keyboard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public enum Layout

private static readonly IReadOnlyList<VirtualKeyCode> AZERTY = new List<VirtualKeyCode>
{
VirtualKeyCode.VK_Z,
VirtualKeyCode.VK_W,
VirtualKeyCode.VK_X,
VirtualKeyCode.VK_C,
VirtualKeyCode.VK_V,
Expand Down
2 changes: 1 addition & 1 deletion GenshinLyreMidiPlayer.WPF/GenshinLyreMidiPlayer.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<UseWPF>true</UseWPF>
<StartupObject>GenshinLyreMidiPlayer.WPF.App</StartupObject>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<ApplicationIcon>item_windsong_lyre.ico</ApplicationIcon>
<Nullable>enable</Nullable>
<RepositoryUrl>https://github.com/sabihoshi/GenshinLyreMidiPlayer</RepositoryUrl>
Expand Down

0 comments on commit b93f337

Please sign in to comment.