Some keys with KeyboardReleased()

Just starting out? Need help? Post your questions and find answers here.
User avatar
Psychophanta
Addict
Addict
Posts: 4996
Joined: Wed Jun 11, 2003 9:33 pm
Location: Lípetsk, Russian Federation
Contact:

Some keys with KeyboardReleased()

Post by Psychophanta »

Since 3.93 i can't detect some keypushing in my laptop. For example:
KeyboardReleased(#PB_Key_Minus) or KeyboardReleased(#PB_Key_PadComma).

In 3.91 it works
http://www.zeitgeistmovie.com

While world=business:world+mafia:Wend
Will never leave this forum until the absolute bugfree PB :mrgreen:
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

You may want to make sure that the Fn key is pressed while pressing those other keys. But some laptops handle that stuff on the software side (eg. All those keys like the numpad are still the same scancodes and their main functions), so theres nothing you can really do about it in that case.
Post Reply