Customised menu shortcuts

Ive had a few requests from users to be able to assign their own keyboard shortcuts to either replace the ones I defined, or apply them to menu items I didnt add one to.

Has anyone else done this?
Is it even possible to change the shortcuts at runtime based on a preferences file? (cross platform)

http://documentation.xojo.com/index.php/MenuItem.KeyboardShortCut

Great, thanks Michel.
That answers ‘can it be set at all’

The docs seem massively simpler than the 6 or so modifiers that can be amended in the IDE.
(Key/menu modifier/alternate menu modifier/MacOptionkey/MacControlKey/PC Alt Key)

SpecialMyMenuItem.KeyboardShortcut = "Ctrl-Tab" (or " Cmd-Tab")

Some experimentation to follow…

I never understand that