Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.54k stars 571 forks source link

Show Keyboard Input Grouping state in status bar #1947

Open tkatz77 opened 5 years ago

tkatz77 commented 5 years ago

It would be nice to have the current state of keyboard input grouping shown in the status bar. I couldn't find a current status item that indicated this.

I often need to issue the same series of commands to multiple VM's at the same time, and the input grouping feature has made that simple. However, without indication of whether the feature is on or off, it can be dangerous if the wrong command is accidentally issued.

If this sounds like a good feature, I went ahead and created a basic implementation in a fork, that I use locally. It adds a status bar item "InpGrp" that is grayed out when input grouping is disabled. I can create a pull request if it would be helpful.

tkatz77/ConEmu@e45b51c

Maximus5 commented 5 years ago

Yep, it looks like a good feature. Please create the PR.

tkatz77 commented 5 years ago

Great, PR created! #1949