Hello, I want to use a shortcut (ex: ctrl+t) in a menu on a PAGE (not a window) in WPF to navigate to another PAGE. Everything works fine if I first give the focus to the menu. But i want to get it working if I am just on that page and no control has the focus. I tried already with CommandTarget="{Binding ElementName=contentFrame}", but it won't work. Wich CommanTarget should I define?