Browse Source
Merge pull request #6425 from icons8/MacOsShortcutFix
[OSX] [Native] fix tab shortcuts in NativeMenu
pull/6429/head
Dan Walmsley
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
native/Avalonia.Native/src/OSX/KeyTransform.mm
|
|
|
@ -222,6 +222,7 @@ std::map<int, const char*> s_QwertyKeyMap = |
|
|
|
{ 45, "n" }, |
|
|
|
{ 46, "m" }, |
|
|
|
{ 47, "." }, |
|
|
|
{ 48, "\t" }, |
|
|
|
{ 49, " " }, |
|
|
|
{ 50, "`" }, |
|
|
|
{ 51, "" }, |
|
|
|
|