Skip to content

Commit

Permalink
Merge pull request #6425 from icons8/MacOsShortcutFix
Browse files Browse the repository at this point in the history
[OSX] [Native] fix tab shortcuts in NativeMenu
  • Loading branch information
danwalmsley authored Aug 16, 2021
2 parents cbce24b + 29f4806 commit 1855a8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/Avalonia.Native/src/OSX/KeyTransform.mm
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
{ 45, "n" },
{ 46, "m" },
{ 47, "." },
{ 48, "\t" },
{ 49, " " },
{ 50, "`" },
{ 51, "" },
Expand Down

0 comments on commit 1855a8c

Please sign in to comment.