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

copy hotkey can not copy "find text" hotkey result #2396

Open WillDawnlll opened 2 years ago

WillDawnlll commented 2 years ago

Versions

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

Problem description

  1. use copy hotkey can not copy "find text" hotkey result . and if highlight area is select by mouse ,then use copy hotkey is correct.
    • in "Keys & Macro": [InSelection] Copy: Current selection as plain text: Copy(0,0) can not copy Find text in active console result
  2. when use find text hostkey , can i see input content? now i input search key word then type enter , show highlight area , before type enter i cannot confirm it.
  3. when use find text hotkey, can i use some wildcard or regex ?

Steps to reproduce

for problem 1 , can not copy find result

  1. type "find text" hotkey
  2. input key word
  3. type enter
  4. now yellow bg and black fg result show in active console
  5. type "copy text" hotkey
  6. cannot copy

Actual results

Expected results

Additional files

Maximus5 commented 2 years ago

Same as gh-2397. The keypresses are processed by the search text window. So when you find the word, you may only "select" the word, but it's already in the search field. So you may select and copy it from there if you want.