Replies: 1 comment
-
if you want to move modify(mode=mode.multiple
where=this.id(
id.send_to,
id.share,
//id.create_shortcut,
id.set_as_desktop_background,
id.rotate_left,
id.rotate_right,
id.map_network_drive,
id.disconnect_network_drive,
id.format,
id.eject,
id.give_access_to,
id.include_in_library,
id.print
)
pos=1 menu=title.more_options) and add this: modify (where=this.id==id.create_shortcut menu='More options/Send to') (Assuming that the submenu you shared is supposed to be located in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hey guys, I have a submenu created with this:
sendto.nss
but i want to move "Create Shorcut" item in modify.nss to the "Send to" submenu, couldn't find how.
modify.nss
modify(find='*Shortcut*' pos=1 menu="???")
Beta Was this translation helpful? Give feedback.
All reactions