Skip to content

Commit

Permalink
Unify page up and down key codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarchingCube committed Dec 3, 2019
1 parent 0462f48 commit 8c18ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Windows/Avalonia.Win32/Input/KeyInterop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ static class KeyInterop
{ 31, Key.ImeModeChange },
{ 32, Key.Space },
{ 33, Key.PageUp },
{ 34, Key.Next },
{ 34, Key.PageDown },
{ 35, Key.End },
{ 36, Key.Home },
{ 37, Key.Left },
Expand Down

0 comments on commit 8c18ed0

Please sign in to comment.