TextArea and the other Delete key

The other Delete key (delete the character at the right of the Text Cursor) does not works on my laptop/Windows 8.1, current Xojo.

And you ?

Fyi:
You mean that the Delete key does not work?
The usual “delete” key is actually called Backspace :wink:

Works for me.

No, I do not meant Backspace, but the other Delete key: the one that deletes the character at the right of the Cursor. That what I wrote far above.

IN TEXTAREA of Xojo compiled applications, not elsewhere.

Still works for me. Any code in KeyDown? Try it in a new project?

Code in KeyDown seeks for Option-Esc to convert it to Tab, nothing else.

On OS X, fn-delete works perfectly, but the underlying code is different.