Multiple views with the same HotKey
should be supported · Issue #3554 · gui-cs/Terminal.Gui (original) (raw)
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.