Menu shortcuts Home + End

I have used the “Home” and “End” shortcuts before, when designing a MenuBar.
In the documentation I see that some special shortcut values, like PageUp, do work. But I can’t find Home and End. And as far as I tried, those keys are replaced with E and D.

What am I doing wrong?

The menu bar:

The menu item’s properties:

The menu of the running app:

Looks like it’s using the last character of the entered text.

HomE
EnD

[quote=344849:@Greg O’Lone]Looks like it’s using the last character of the entered text.

HomE
EnD[/quote]

Yes, I noticed that. It should not be doing that, right?
The funny thing is, that in the IDE it shows the correct shortcut symbols.

I even tried to change the shortcuts in code in the Window’s Open event. Didn’t work either…

@Norman Palardy
Any ideas?

[quote=344851:@Edwin van den Akker]Yes, I noticed that. It should not be doing that, right?
The funny thing is, that in the IDE it shows the correct shortcut symbols.

I even tried to change the shortcuts in code in the Window’s Open event. Didn’t work either…

@Norman Palardy
Any ideas?[/quote]
If it shows correctly in the IDE, I suggest filing a bug report.

Done:
<https://xojo.com/issue/49103>