I am working on Ubuntu 8.0.4 I want to disable the PrintScreen key. I am able to disable normal keys like "A", "b" etc via XGrabKey() but i am not able to disable any of the shortcut keys like PrintScreen, alt _tab etc.
I have also tried using the XGrabKeyBoard() but it disables the entire keyboard so it is of not much help. Can someone help me with this.?