Hi Stefan,
I have forms with several actions having the same accelerator. As long as only one of these actions is active you get the text you expect. eg:
ACTION insert_meeting ( TEXT="Add Meeting", image="plus", ACCELERATOR=F3, COMMENT="Add a new meeting" )
ACTION new_raceday ( TEXT="New Day", image="plus", ACCELERATOR=F3, COMMENT="Add a new raceday")
but both actions are not referenced in the same input/display statement so only the correct text shows.
Does this do what you want?
Regards,
Bryce Stenberg.