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.53k stars 572 forks source link

"Start text selection" hotkey cannot adjust highlight result after "find text" hotkey #2397

Open WillDawnlll opened 2 years ago

WillDawnlll commented 2 years ago

Versions

ConEmu build: 210912 x64 OS version: Windows 10 x32/x64 Used shell version (Far Manager, git-bash, cmd, powershell, cygwin, whatever): far , cmd

Problem description

Steps to reproduce

  1. type "find text" hotkey
  2. type shift + Left or shift+right

Actual results

cursor and highlight area no move

Expected results

hightlight area change by hotkey direction

Maximus5 commented 2 years ago

That's by design. "Find text" hotkey just puts a focus on the search text field. So all keys are processed by that field, you may select text and erase its part for example.