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

Explorer navigation pane (left sidebar) still opens original context menu #597

Open
trashbytes opened this issue Jan 7, 2025 · 2 comments

Comments

@trashbytes
Copy link

Right clicking in the navigation pane won't launch Shell, but the original context menu instead.

Is there a way to fix this?

I'd also like it to work in Everything and AllStartBack, just to be consistent, though my guess is that I'm out of luck there without their respective devs implementing it?

@a4d8b3
Copy link
Contributor

a4d8b3 commented Jan 8, 2025

Have you tried to comment out ln:4 in shell.nss:

settings
{
	priority=1
	//exclude.where = !process.is_explorer
	showdelay = 200
	// Options to allow modification of system items
	modify.remove.duplicate=1
	tip.enabled=true
    screenshot=1
}

I'd also like it to work in Everything and AllStartBack, just to be consistent, though my guess is that I'm out of luck there without their respective devs implementing it?

You may get the look of Nilesoft Shell, but actual functionality e.g returning selected items, is not supported.

@trashbytes
Copy link
Author

Yes, I've commented that out, but it doesn't work.

It looks like Shell, but the items are original.

That's a bummer.

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