BluePointLilac / ContextMenuManager

🖱️ 纯粹的Windows右键菜单管理程序
https://bluepointlilac.github.io/ContextMenuManager
GNU General Public License v3.0
11.98k stars 607 forks source link

[Feature Request] Further organize menu entries #184

Open RaXorX opened 10 months ago

RaXorX commented 10 months ago

Menu Entries can be further organized giving the registry location a different name than the display name. image Using different names in the registry location and then giving a personalized display name using the MUIVerb (this is the setting that the manager changes when you try to rename an entry)

MUIVerb only changes the display name but it cannot organize the entry accordingly. These entries are sorted and displayed alphabetically (ASCII) and hence, giving a name such as

1_Personalize - with MUIVerb: Personalize 2_Display - with MUIVerb: Display Settings

Will put the entries in the prescribed order. It will keep Personalize above Display Settings. Right now I can simply go to the registry location and make the edit myself but would be cool if we could do that from the manager itself.