Normandy '44 counters

I have a little bit of familiarity with the editor. But I can’t figure ths one out. I want to add some short-cut keys to the unit counters (specifically one for disruption and for regrouping) - but can’t figure out where to go in the editor.

Help appreciated

Is it the Normandy '44 module?

Are these two actions Disruption and Regrouping existing actions on the pieces? If so, find the trait that defines those actions (use Ctrl-F to find them in the editor). Then, add an appropriate short-cut key to them (note, you can get an overview of the defined keys from the Tools menu in the editor). If the actions already define a Named Command, then that command is most likely used elsewhere in the module, and you should not override them. In that case, you need to add a Trigger Action that listens for the short-cut and has the menu title, and which fires the Named Command. Then also remove the menu command from the action trait that previously had it.

Consider to write to the module author (click the avator and then the big blue Message button) to see if you can collaborate on this.

BTW, this kind of post should probably go in the Module Discussion sub-forum.

Yours,
Christian