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

Context Menu upload set as default action for images in Windows 10 #35

Open
snoozbuster opened this issue Nov 19, 2015 · 0 comments
Open

Comments

@snoozbuster
Copy link
Contributor

Hey, guys! Love the work you've done with the project since I last saw it, especially cleaning up those naming conventions (I didn't want to say anything... ;P). I ran into something weird recently, I noticed that the context menu options had been set as the default options for my images, as per the image:

Context menu weirdness

I'm not sure if this is because I broke the configuration on my system specifically, or if it's because the registry tweaks I was using to get cheap context-menu support have changed on Windows 10. If I recall correctly, the registry entries I'm using I found primarily through trial-and-error, I don't remember if there's really much official documentation on the topic and I certainly don't think it's the preferred way to do context-menu tweaks. Unfortunately, the preferred way is to write shell extensions in C++ and install the resulting DLL (although, you get way more features, such as being able to run actual processing on things that are right-clicked to determine what they are and how to handle them, flyout menus, and more), and that was just too much to be necessary for a few quick features.

Anyway, long story short the context menus in general might be something worth revisiting. My finals are coming up pretty soon and then I'll be graduating so I'm a bit strapped for time right now, but I'll try to eventually get around to this if no one else does.

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

1 participant