On Feb 6, 2008 2:12 PM, yoshi <[EMAIL PROTECTED]> wrote: > > Is there a way to disable the Windows key for good? I mapped an action > on the Alt key but sometimes I keep pressing the Win key and it keeps > popping up. I tried doing something like > if self.keyboard[key.LWINDOWS] == True: > pass > but it doesnt do a thing. Can I force that Windows Start menu to stay > hidden even if I push the Win key using pyglet or should I go look > elsewhere? > > I have considered changing the key mapping but this thing is really > bugging me as I got used with this mapping from other platformer games > I played before.
See Window.set_exclusive_keyboard(). Alex. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
