wx.WXK_NUMPAD_BEGIN ?

Does anybody know what is this key: wx.WXK_NUMPAD_BEGIN ?
Does not seem to exist on win32 platforms ?

Jean-Michel Fauth, Switzerland

As a constant, it has a value in my wxPython installation, but I don't
think I've ever seen it be emitted from a keypress. If
wx.WXK_NUMPAD_HOME didn't exist, I would say that it was probably
supposed to be 'Home', but I suspect that perhaps some platforms replace
'Home' with 'Begin'. That's only a guess.

Have you seen it emitted on some other platform?

- Josiah

···

jmf <jfauth@bluewin.ch> wrote:

Does anybody know what is this key: wx.WXK_NUMPAD_BEGIN ?
Does not seem to exist on win32 platforms ?

jmf a écrit :

Does anybody know what is this key: wx.WXK_NUMPAD_BEGIN ?
Does not seem to exist on win32 platforms ?

Only the gtk port seems to use this code.
After some Google search I found this comment:
"GDK_KP_Begin is the 5 on the non-numlock keypad"
Don't know if Windows is even able to generate this key.

Hope this helps,

···

--
Amaury