ConEmu build: 170910 x64
OS version: Windows 8 x64
Used shell version: Git-Bash 4.4.12(1)-release (x86_64-pc-msys)
Problem description
When using split panes with group input, arrow, delete and backspace keys are applied multiple times on each split pane.
Steps to reproduce
Start Bash on Windows task (%windir%\system32\bash.exe -cur_console:pm:/mnt).
Split pane (second pane should also be Bash on Windows) .
Enable group input.
Write something.
Press backspace/arrow/tab once.
Actual results
The key (backspace/arrow/tab) will repeat multiple times on each split window, and it is depending on how many split windows are active. Say if there are 4 active windows for groupinput, the keys (backspace, arrow keys) will repeat 4 times.
For example, there are 4 active windows in a groupinput status. If I type "12345", these characters correctly appear in each window. However if I press backspace once, the strings will be deleted with 4 characters on each window, so that it will become "1".
Expected results
The key (backspace/arrow/tab) should be applied only once
The text was updated successfully, but these errors were encountered:
I can confirm this problem still exists in the latest build (171217 alpha)
All special keys (backspace/arrow/tab/pipe...) inputs are multiplied by the number of windows in the App Group.
ConEmu build: 170910 x64
OS version: Windows 8 x64
Used shell version: Git-Bash 4.4.12(1)-release (x86_64-pc-msys)
Problem description
When using split panes with group input, arrow, delete and backspace keys are applied multiple times on each split pane.
Steps to reproduce
Actual results
The key (backspace/arrow/tab) will repeat multiple times on each split window, and it is depending on how many split windows are active. Say if there are 4 active windows for groupinput, the keys (backspace, arrow keys) will repeat 4 times.
For example, there are 4 active windows in a groupinput status. If I type "12345", these characters correctly appear in each window. However if I press backspace once, the strings will be deleted with 4 characters on each window, so that it will become "1".
Expected results
The key (backspace/arrow/tab) should be applied only once
The text was updated successfully, but these errors were encountered: