windows runtime - How to correctly implement hotkeys in a WinRT application? -


I try to use the window's buttondown event as well as the grid's buttondown (all window elements inside this grid) Is of However, these incidents sometimes do not fire.

Where, logically, the code should be in a WinRT application (to implement hotkeys) to handle the buttons below the events?

I thought someone recently blogged about this, but I just got this post Is not detected. However you can check these articles:,.

Actually you have the window. Cordwondo Kadown will handle / above , the current state will store the modifier key ( Ctrl , Alt , Shift ) and respond to combinations to handle them. After this you should also specify the attributes and strings on your strings:

  ToolTipService.ToolTip = "shortcut key: Ctrl + P" AutomationProperties.AcceleratorKey = "Control P"  < / Pre>  

Comments

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -