ConEmu
ConEmu copied to clipboard
ConEmu Does Not Replace Selected Text
Versions
ConEmu build: 210905 x64 Stable OS version: Windows 10 Enterprise 2004 Build 19041.1165 Used shell version: PowerShell 5.1.19041.1151
Problem description
ConEmu recognizes just Delete/Backspace when Text is selected. No other keys work.
Steps to reproduce
- Open ConEmu
- Start PowerShell console
- Type
$Host.InstannceId
- Press
Ctrl+Shift+Left
to select whole line of text - Press
A
button or any other letter key.
Actual results
ConEmu just does nothing keeping text selected
Expected results
ConEmu should replace selected string with a letter "A"
Additional files
+1 just came checking for this feature, because most of us live in the IDE environment and need similar ways of working, 'modern' or effortless 😅. My opinion, is that it should basically replace any selected text in the inputline whether the cursor is there or not, in-fact, do not mind me say this but, another 'lazy' feature should be placing the mouse anywhere in the inputline should reposition the cursor rather than using the arrows (although do not know if it already exists?).
Versions
ConEmu build: 210905 x64 Stable OS version: Windows 10 Enterprise 2004 Build 19041.1165 Used shell version: PowerShell 5.1.19041.1151
Problem description
ConEmu recognizes just Delete/Backspace when Text is selected. No other keys work.
Steps to reproduce
- Open ConEmu
- Start PowerShell console
- Type
$Host.InstannceId
- Press
Ctrl+Shift+Left
to select whole line of text- Press
A
button or any other letter key.Actual results
ConEmu just does nothing keeping text selected
Expected results
ConEmu should replace selected string with a letter "A"
Additional files