

InterviewSolution
Saved Bookmarks
1. |
Solve : Keyboard hooking in linux? |
Answer» HI, COULD any one help me in finding an answer for my question. I needed to develop a crossplatform application in which i needed to disable the hotkey combinations available in that platform.Microsoft windows is providing a hooking MECHANISM by which we can hook the keyboard.I used it in that case.But is there any hooking mechanism available in linux so that i can hook the keyboard. I tried XgrabKeyBoard in linux.But it grabs all the keys for the window manager.....but not the combinations like Ctrl+Alt+F1..... Thanks...manikandan |
|