Game Development Community

alt ctrl delete problem...

by Raja John · in Technical Issues · 01/20/2009 (9:39 pm) · 0 replies

Hi everyone!

When in game window while pressing ALT CTRL DELETE , the following error occured..

Could not create a description for binding: alt ctrl delete

my coding for key binding is..
moveMap.bind("keyboard", "alt ctrl delete", "pausescreen");

whats is wrong with my code?