ConEmu
ConEmu copied to clipboard
select a word with double click?
Do it is possible to select a word with double click?
Yes. What's the problem?
I'm not able to it. I must to select and release the word to copy to clipboard.
Run ConEmu -basic -cmd {cmd}
i run "ConEmu -basic -cmd {cmd}" from cmd but double click not change. Only move the cursor. I would double click same as notepad.
Run run "ConEmu -basic -log -cmd {cmd}" do double click and upload LogFiles to DropBox or gist.
logs sent via email.
By default, clicks and double-clicks are sent to console application. There is no way to know if it aware of mouse events or no.
So, two ways:
- Hold
AltorShiftwhen you double click - Change modifier to
<Always>for Text selection on the Mark/Copy settings page.
ok i understand. do it not possibile to "change prompt" with left click if i not drag the mouse and "mark/copy" with left click if i drag the mouse?
What is your question?
Do it is possible?: I left click mouse without drag it and then change prompt. I left click mouse and drag it and then mark selection and copy on release mouse button.
But that is default behavior, isn't it? Only double clicks to word selection requires holding Alt or Shift.
I'm sorry, it's true. And so you can not distinguish between single-click and double- click to move or copy. Do it is possible to select a word with middle button?
Same problem. Console app may use mouse internally. And using middle click breaks UI habits.
However, I have some ideas to improve mouse logic. Later...
ok ty for all :) :+1:
Hi, L-Alt nor L-Shift doesnt seem to make a diff visually so I dont know what they are intended for. But my main issue is: Word selection takes place fine when delimited by spaces, any option to make it select last word (like filename in pathname) ?
Same question as @rojagit when open task for cmd.exe or WSL. As Microsoft instructed add WordDelimiters register under HKEY_CURRENT_USER/Console, cmd.exe and bash.exe work as expected, but Conemu seems has its own word delimiters.
Similar to most other terminals I've worked with (xterm, gnome-terminal, KiTTY, konsole, iTerm2), I would like to be able to select which characters represent a "word" for double-click selection. Is this possible? Thanks.