Skip to content

How to find names / ids of non-standard items? #604

Answered by Jadooooooooo
GrimpaJ asked this question in Q&A
Discussion options

You must be logged in to vote

to remove item
remove(find='amd software')

to remove Mp3tag except for MP3 and FLAC files
remove (find='mp3tag' where=(sel.file.ext!='.mp3' && sel.file.ext!='.flac'))

to put items in sub menu
menu(mode="multiple" title="Submenu") { }
modify(mode="multiple" find="windows terminal|bluetooth|etc..." menu="Submenu")

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GrimpaJ
Comment options

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