Toggle mode to allow for sending input to all panes (focus all panes) #8696
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Description of the new feature/enhancement
Hey, I would love to have the ability to focus all panes, or more precisely, to be able to toggle a mode which enables me to send the same keyboard input to all panes in the current tab.
I will greatly benefit from the feature as I regularly connect to multiple servers using SSH and perform the same task on each of them.
Proposed technical implementation details (optional)
I have looked a bit inside the WT code, it seems to me that implementing this feature would require sending the keyboard messages to every non-focused pane, as the current controls implementation using WinRT only allows for 1 control to be in focus.
The text was updated successfully, but these errors were encountered: