Can I assign a keyboard shortcut key combination to launch my windows 8 app via code without intervention from the user?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
RegisterHotKeyis not available for Windows Store Apps. Discussion on MSDNWhen looking into the issue, I assumed it could be because of one of these 2 things:
Battery Life Concerns Monitoring system wide events take more processing, but if the filtering of they hotkey was done at an OS level, I believe the cost wouldn’t be too great compared to having all keyboard events monitored, so that leaves us with:
Consistency Across Platforms Seeing how the virtual keyboard doesn’t include keys like Windows or Alt, I guess it would be impossible to perform most HotKeys on Surface devices. Instead of having “a better experience” on the PC, they probably decided simply remove the feature for consistency.
If anyone has a better explanation I would like to hear it!