Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double Click / Any #334

Closed
erichiller opened this issue Sep 23, 2015 · 17 comments
Closed

Double Click / Any #334

erichiller opened this issue Sep 23, 2015 · 17 comments

Comments

@erichiller
Copy link

I've tested this with far.exe and it will not register double click. If I hold down alt or ctrl while doing so it will go through. Right click lua script will work. I have gone through every setting, but there is nothing that would pertain to modifying only double click. Left click works and is being sent, because when I go to image panel, i can move the selection around, just not enter the folder. If I hold down alt I can though.

@Maximus5
Copy link
Owner

What?

@erichiller
Copy link
Author

Double clicking anything within far.exe, menus, file browser, etc...

@Maximus5
Copy link
Owner

Hmm, and what do you want from ConEmu while using Far Manager?

@erichiller
Copy link
Author

Well, a single click even while using far in a regular console will open a menu, or perform an action. So I am trying to figure out where the error is, software, config, or me somehow?

@Maximus5
Copy link
Owner

Double click, single click... I'm lost. Left or right? What menu?

@erichiller
Copy link
Author

If I single click whilst pressing alt (or windows key), the click is registered, menus will work.

If I am not pressing alt, then the click does not register.

This is all for left click

This is in far.exe.

image

@Maximus5
Copy link
Owner

You are using third-pary bundle cmder. Despite the fact it has ConEmu as a core, cmder made a lot of configuration changes incompatible with Far Manager. It even do not create proper tasks for Far Manager. Moreover, cmder provides obsolete builds of ConEmu.

If you have Far installed with msi, you may check proper functioning running the following command from Win+R (supply full path to ConEmu.exe)

ConEmu.exe -basic -cmd {Far}

@erichiller
Copy link
Author

Right you are sir!

ConEmu.exe -basic -cmd ../farmanager/far.exe

yields:

image

The task I have setup though is seemingly similar:

image

@Maximus5
Copy link
Owner

And?

@erichiller
Copy link
Author

So If I use the override I devised within cmder using what you gave me, it works:

""%CMDER_ROOT%\vendor\conemu-maximus5\ConEmu.exe" /single -basic -cmd "../farmanager/far.exe" "%USERPROFILE%" -new_console:d"

So knowing that (THANK YOU!!!!) I tried using /LoadCfgFile with the same ConEmu.xml that I was using before, and it broke in the same fashion. So obviously it was some sort of configuration thing. I went through and started commenting out things I though it could be; it took a bit but I found the line:

<value name="WndDragKey" type="dword" data="80808001"/>

So now I simply changed it to:

<!-- EVIL LINE; BREAKS FAR.EXE              <value name="WndDragKey" type="dword" data="80808001"/>

Btw, I heavily modified cmder. I have it running all new vendors everything at this point. Newest conemu, far, git-for-windows (not msysgit); and then I rewrote the ssh-agent init and profile.ps and several other batch and powershell scripts because they were not serving me. But I had unloaded all of that in testing to ensure I hadn't broken far.exe.

Thank you, hopefully this helps somebody else too.

@Maximus5
Copy link
Owner

@erichiller
Copy link
Author

Yes I have that as well, and it is terrific, thank you!

A quick question that is totally outside of your scope, but do you know of a markdown plugin for far? I could not find one.

@Maximus5
Copy link
Owner

What do you mean?

@erichiller
Copy link
Author

Syntax highlighter/recognition within far for markdown ala vim. There is farhelpdown , but it defunct and the repo no longer listed.

@Maximus5
Copy link
Owner

Standard FarColorer is doing md highlighting quite nice.

@Maximus5
Copy link
Owner

2015-09-26_01-13-52

@erichiller
Copy link
Author

Perfect Thankyou!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants