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?WPF allows me to easily bind keyboard shortcuts