You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when assigning a multimedia key to the HotKeyBox it will display it with wrong name e.g.
Key.MediaPlayPause > shows like this : http://puu.sh/q3BTW/da94bd8c0d.png
Expected outcome
it should view MediaPlayPause instead of G
Environment
MahApps.Metro v1.3.0-ALPHA176
Windows 10
Visual Studio 2015
.NET Framework 4.5.2
The text was updated successfully, but these errors were encountered:
I can reproduce the issue. However, I don't know how to fix it at the moment. GetKeyNameText just returns G for MediaPlayPause. I'll have to investigate further...
Unfortunately, the Windows API can't help. I asked at StackOverflow, and there's no standard way to get the names of special keys such as the media buttons. 😫
What steps will reproduce this issue?
when assigning a multimedia key to the HotKeyBox it will display it with wrong name e.g.
Key.MediaPlayPause > shows like this : http://puu.sh/q3BTW/da94bd8c0d.png
Expected outcome
it should view MediaPlayPause instead of G
Environment
The text was updated successfully, but these errors were encountered: