You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, the way HotKey support works is the first view that added the key binding gets it's Command.Hotkey command invoked and then processing stops. This means if a layout has views with _Test, only the first will get focus when the user presses Alt-T.
It would be nicer if each press of the HotKey cycled between all the views in the visible hierarchy that have bound to that hotkey.