MenuItem Shortcut Keys: Home & End keys support?

This is on Mac2019r1.1. If I set the shortcut Key in the IDE to Home or End the IDE recognized then as special symbols in the menu editor and shows symbols for them on the Mac …

But when I run those symbols do not show up (the last letter of the words show on the menu) and pressing the Home or End buttons on the keyboard does not fire the menu handlers for them… Bug?

Are the supported in any of them more recent versions?

Thanks,
-Karen

I will say: “It’s a bug”.

Using the example code .Shortcut = "Ctrl-Tab" shows when run in the IDE:
image

When a text is selected in a focused TextArea. Xojo 2021r2.5.

But, in Xojo 2021r3.1, IDE:
image

and running it is as you said: Cmd-E. I have a standard keyboard, so I cannot tell if HOME works…

BTW: HOME does not shows in the docs:

You can use either a printable key or the following non-printable keys as shortcut keys: F1-F15, Tab, Enter, Space, Del (Delete), Return, Bksp (Backspace), Esc, Clear, PageUp, PageDown, Left, Right, Up, Down, Help, and Ins (Insert).