Re: New command - change button bar file under cursor with dialog window
Posted: 2023-05-04, 19:34 UTC
Not that I am opposed to a new cm_ButtonConfig command - but if it is not implemented, here is a workaround
put these commands in usercmd.ini
If you don't have a buttonbar open, you can remove the last cm_VisButtonbar from the em_editbuttonbar command, to not load any buttonbar after the editing.
put these commands in usercmd.ini
Code: Select all
[em_openbuttonbar]
cmd=OPENBAR
param=%P%N
[em_editbuttonbar]
cmd=em_openbuttonbar,cm_ButtonConfig,cm_VisButtonbar,cm_VisButtonbar
menu=Edit buttonbar file under cursor
If you don't have a buttonbar open, you can remove the last cm_VisButtonbar from the em_editbuttonbar command, to not load any buttonbar after the editing.