Handle alt key(s) in UWP application
Try to use Dispatcher.AcceleratorKeyActivated instead, it handles Alt key.
Also, it seems there is an issue with CoreWindow. More details on MSDN
Try to use Dispatcher.AcceleratorKeyActivated instead, it handles Alt key.
Also, it seems there is an issue with CoreWindow. More details on MSDN