I performed a search but didn't find a question that quite matches the scenario I'm running into. What is attempted to be accomplished is the ability to have a hotkey (shortcut key combination) that is active within a user control. That part I can figure
out, in addition to that there are other 'independent' user controls also on the same main window and need to have the hotkey active and execute the bound command even if the focus is currently on a control contained on one of the other 'independent' user
controls. Using MVVM I haven't been able to work this architecture in an elegant manner, or any manner actually and am very grateful in advance for any assistance that can be provided. Thanks.
Enigmatic One