[wxPython-users] How to do?
Saketh Bhamidipati
saketh.bhamidipati at gmail.com
Fri Jul 21 18:42:01 PDT 2006
On 7/21/06, Timmy <timheit at netvigator.com> wrote:
>
> Hello,
> Can any one give me pointer to solve a problem?
> I don't know how to set an application (system wide)
> to loop for detecting key stroke for 'cap lock', 'num lock'.
> What ctrl should the key event attach to?
> If possible, showing example coding will be better.
>
> Thanks for help!
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org
http://wiki.wxpython.org/index.cgi/CharacterCodesAndKeyboards
Look at http://www.wxpython.org/docs/api/wx.KeyEvent-class.html for a table
of keycodes - WXK_NUMLOCK is for Num Lock and I think WXK_CAPITAL is for
Caps Lock.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200607=
21/f5953be9/attachment.htm
More information about the wxpython-users
mailing list