Now looking at an easier way to do MXFB menu translations that begins by extracting the "name" within parentheses from one file and lists them in another. For instance, this submenu:
Code: Select all
[submenu] (Docks)
[exec] (Default) {~/.fluxbox/scripts/DefaultDock.mxdk}
[exec] (Tint2) {mxfb-tint2-manager}
[separator]
[exec] (Dockmaker) {mx-dockmaker}
[end]
Code: Select all
Docks
Default
Tint2
Dockmaker\
Thanks for any help.