Mahmoud Gomaa
Mahmoud Gomaa
> Since this feature is essential for me, may I know how far in the future we can have this feature supported? work on it
@Mark-Joy Move dynamic and static items to other sub menus. It will be available soon. ``` shell { static { item(find='7-zip' pos=1 parent="/level 1") item(find='rar|cab|"*"' in='/level 1/7-zip/open archive' vis=disabled) }...
Most Explorer context menus are handled by Shell with editing and others by redrawing only. But a new option will be added to allow editing other menus that appear through...
Only Windows File Explorer is supported. But in the future, other programs will be supported
Currently only top level menu items are customized, I'll try to target other levels later.
Hi @wolive-20, Modification of sub-items is supported by this command ``` static { item(find='google' in='/new' vis=remove) item(find='rar|cab' in='/7-zip/open archive' vis=disabled) } ``` You can use this feature in the next...
Hi @ourslfs, Currently only supports popup menu from process `explorer.exe` your popup menu run from process `SystemSettings.exe > rundll32.exe`
Hi @nicholas-ochoa Yes, there will be an expansion in the future and it is being worked on carefully to avoid conflict with the addition of exceptions options.
Shell has been extended to include system menus that were included by a third party 
Hi Mohamed, > changing font in 1.8 beta not working but working with 1.7 Font options have been moved to the theme scope. > have context item height issue while...