Results 1 to 1 of 1
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 ...
- 09-23-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 1
Unable to disable printScreen key via X11 code
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.?


Reply With Quote