what is the WinRT equivalent of InputBindings?

Viewed 2057

WPF allows me to easily bind keyboard shortcuts at the window level to a method using the InputBindings property. What is the equivalent of this in WinRT? What is the right way to bind keyboard shortcuts to methods in WinRT?

2 Answers
Related