Alt key
You mean like this? http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=35407
Then you have to modify CIrrDeviceWin32.cpp to process the keyboard event and to not pass it on to the default handler. I posted some sample code a while back that shows what you'd need to do. If you use the code as shown, the ALT+F4 key combination will no longer work to close your program. If you want that to work again, you could handle it in an event receiver, or you could make additional changes to allow that specific combination to work.
Travis
Travis