I'm currently trying to add MenuItems to a Menu, which works almost perfect. The MenuItems I would like to add are paths to files, so they may contain "_", which sets the MenuItem an accelerator, but how do I stop mono setting this accelerator?
Example:
_1: /media/Auslagerung/Projekte/ace/sample_project.ace
The _1 at the start is the accelerator I want to set, the path behind should be used without underline. How do I realise this?
Thanks in advance!