I need for an application to generate a key event in order to emulate a keyboard.
Asked
Active
Viewed 830 times
-11
-
1Please explain your question properly. provide the code you have tried. – skjcyber Oct 04 '13 at 13:54
1 Answers
2
I would guess that you can use e.g. gdk_display_put_event()
, but your question is not very clear.
Do you expect other applications than your own to see the emulated keyboard events? Not sure GDK can do that.

unwind
- 391,730
- 64
- 469
- 606