-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
[FEATURE] it is possible to move path copy menu to top? #186
Comments
I've found some documentation on how to do this for Shell verbs, but not for contextual menu extensions implemented through |
use case: I have many context menu for some file ext, so that the 'path copy' will be placed at bottom of menu, then i need to scroll my mouse whell to click it,😅 . if it is at the top,no need to scroll mouse.
yes, in that case , i will rename the verb to make it be last one , or add it into a cascading menu, ref: Creating Cascading Menus with the SubCommands Registry Entry I'm not familiar with menu extensions , but I think it is possible to move shellex\ContextMenuHandlers\xx to top, for example, the reg file below can create a rename menu at top,
it use predefined verb
so maybe we can create custom verb under CommandStore ,let that verb call command from dll,finally we add that verb to shell\ ?🧐 |
Moving Path Copy Copy to using the new way(s) of adding contextual menu items added in Windows 7 would be a very good idea, but it's a pretty hefty refactoring. I'll leave this open to track this request if we get to that point in the future. |
a shell/xxx context menu can be moved to top by adding position=top attribute,
it is possible to move shellex\ContextMenuHandlers\PathCopyCopy to top ?
thanks!
The text was updated successfully, but these errors were encountered: