Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Move your own menu inside "more options" menu #738

Unanswered
oldsadowl asked this question in Q&A
Discussion options

Here I am with another problem I haven't been able to solve on my own. Please bear with me.
A while back I built a menu to group the "Add to" items together.
I would like to be able to move this menu inside the "More options" one, see the picture.
Could you help me please?
2025年08月30日 13 26 56

You must be logged in to vote

Replies: 3 comments 3 replies

Comment options

It cannot be moved, but it can be rebuilt as you showed:

  • System commands/menus can be moved, but commands/menus created with NS can be "locked in place" when created, after which they cannot be moved.
  • Create "Add to" in "More options"
menu(mode="multiple" title=title.more_options image=icon.more_options)
{
 menu(title='Aggiungi a' image=\uE001) { }
}

or

menu(mode="multiple" title=title.more_options image=icon.more_options) { }
menu(mode="multiple" title='Aggiungi a' image=\uE001 menu=title.more_options) 
  • move the items in sub menu 2nd level
modify(find='Aggiungi' menu=title.more_options+'/Aggiungi a')

or

modify(find='Aggiungi' menu='@title.more_options/Aggiungi a')
You must be logged in to vote
0 replies
Comment options

Please, be patient. You know I'm a little clumsy. I don't know where to intervene since there is no MoreOption.nss file.
I had made this menu:

menu(title='Aggiungi a' image=\uE0C9)
{
modify(find='Aggiungi ad Accesso rapido' menu='Aggiungi a')
modify(find='Aggiungi al menu Start (Open-Shell)' menu='Aggiungi a')
modify(find='Aggiungi a Start' menu='Aggiungi a')
modify(find='Aggiungi alla barra delle applicazioni' image=\uE17B menu='Aggiungi a')
}

I called it "aggiungi.nss" and imported, and it works fine.
Now where can I transfer its content so I can see the menu inside other options?

You must be logged in to vote
1 reply
Comment options

RubicBG Aug 30, 2025
Collaborator

edit it like this:

menu(title='Aggiungi a' image=\uE0C9 mode='multiple' menu=title.more_options)
{
	modify(menu=title.more_options+'/Aggiungi a' find='Aggiungi ad Accesso rapido')
	modify(menu=title.more_options+'/Aggiungi a' find='Aggiungi al menu Start (Open-Shell)')
	modify(menu=title.more_options+'/Aggiungi a' find='Aggiungi a Start')
	modify(menu=title.more_options+'/Aggiungi a' find='Aggiungi alla barra delle applicazioni' image=\uE17B)
}
Comment options

Thanks a lot. It works :-)

PS Had you have a look to "Donation" post in Q&A section?

You must be logged in to vote
2 replies
Comment options

RubicBG Aug 30, 2025
Collaborator

yes, but only moudey can confirm it

Comment options

Thanks for your answer. I don't know who moudey is. Anyway I would just ask you to let me know if my little donation has arrived where I wanted it to.
Thanks a lot in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /