Can't capture AltGr or wxMOD_ALTGR under Linux??????
Guillermo Torreiro
gtlists at gmail.com
Mon Mar 26 08:44:35 PDT 2007
I can only point you to some direction: xmodmap
try:
~ # echo "keycode 113 = Alt_L" | xmodmap -
That will give you the key event for AltGr, the problem is that it's
the same as for the "Windows Key".
On 3/24/07, pv tuan <pdvtuan at yahoo.com> wrote:
> Dear sirs,
>
> I am developing a software using wxWidget toolkit. But I met a problem
> below:
>
> My application want to capture all keyboard events occur on it. I decide to
> use EVT_KEYDOWN to capture keydown event. But I don't understand why I can't
> get key event for AltGr node.
>
> I am using wxGTK 2.8 for Linux (Fedora Core 4).
> Please help me with this problem!
> Thanks for you help,
> Tuan Phan
>
>
> ________________________________
> Looking for earth-friendly autos?
> Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.
>
>
More information about the wx-users
mailing list