Hi, > is there a method for intercepting the pressure of the "home key" and > avoiding to iconify the current window? > My aim is to make a fullscreen application in a sort of kiosk mode but > if the users can press that button they always can switch to desktop... If user is not supposed to be able to run anything else besides the fullscreen application, replace Desktop with your fullscreen application, that way your application will also have more memory available... :-) - Eero