Skip to content

Commit

Permalink
fix PhysicalKey.Equal convert to Key.OemPlus (#15502)
Browse files Browse the repository at this point in the history
  • Loading branch information
satanikia1300 authored Apr 25, 2024
1 parent eace889 commit c555c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Avalonia.Base/Input/PhysicalKeyExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static Key ToQwertyKey(this PhysicalKey physicalKey)
PhysicalKey.Digit7 => Key.D7,
PhysicalKey.Digit8 => Key.D8,
PhysicalKey.Digit9 => Key.D9,
PhysicalKey.Equal => Key.OemMinus,
PhysicalKey.Equal => Key.OemPlus,
PhysicalKey.IntlBackslash => Key.Oem102,
PhysicalKey.IntlRo => Key.Oem102,
PhysicalKey.IntlYen => Key.Oem5,
Expand Down

0 comments on commit c555c19

Please sign in to comment.