Multi Commander > Support and Feedback

Windows+E to open MC?

(1/1)

Zenryoku:
Hi all,

Is there an option to allow the Windows+E shortcut which normally opens Windows Explorer to open MC please? I can't seem to locate it in the options.

Thanks!

Mathias (Author):
There is no option for that since MC do not hook it self into Windows. MC never changes any settings in Windows.
Also Windows require that the default shell is built on Windows Shell. And MC is not not build on top of Windows Shell. so some features with Windows might not work if you replace it.

However you can force it if you want to try.
check this post
http://forum.multicommander.com/forum/index.php/topic,936.msg2823.html

Zenryoku:
Thank you!

akrogun:
Long time ago I was using AutoHotkey

Below is Autohotkey script

--- Code: ---#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

#e::
RUN "F:\Program Files\MultiCommander (x64)\MultiCommander.exe", "F:\Program Files\MultiCommander (x64)", MAX

--- End code ---

And attachment is registry edit

Navigation

[0] Message Index

Go to full version