I was curious what is the MODERN way to catch a global keypress in WPF. I see tons of code samples that are WinForms and much older tech, but where should I be looking for something that works today in WPF.
The goal is to simply kick off an existing method when the Scroll Lock, or other rarely used key, is pressed.
Any advice is appreciated.