Try turning num lock off :P

It seems like more like an SDL "feature" to me, and it looks pretty harmless.

You can see what keys are released if you print them like this:

print 'KEYUP:', dict( (i[1], i[0]) for i in x if i[0].startswith('K_')
)[ ev[1] ]

--
Zoltan Dome

On 9/25/07, Félix <[EMAIL PROTECTED]> wrote:
> Hi all
>
> i'm sorry to write my first list post to report a possible bug, but i found
> this today and it's odd.
>
> Key up events (with keycode 300) are fired when i try to move a window or
> display the window menu (alt F3 in kde) clicking on the application icon,
> also on resizing.
>
> Test case is attached (moove the window or display the menu)
>
> as said on the test case, tested with:
> #   python-soya 0.13.2-3+b1
> #   Python 2.4.4 (#2, Aug 16 2007, 02:03:40)
> #   KDE 3.5.7
> #   Debian sid Linux 2.6.22
>
> --
> Un saludo.
> [EMAIL PROTECTED]
>
> The first 90% of a project takes 90% of the time,
> the last 10% takes the other 90% of the time.
>
> _______________________________________________
> Soya-user mailing list
> Soya-user@gna.org
> https://mail.gna.org/listinfo/soya-user
>
>
>
_______________________________________________
Soya-user mailing list
Soya-user@gna.org
https://mail.gna.org/listinfo/soya-user

Reply via email to