Alexandre Quessy wrote:
Hi Moritz, Eh ! Nice. Someone playing with my little X11 externals. :)
ola
Yes, thank you very much for this externals!
Yes, you can simulate any key press... even control keys and such. You can see the list of the keys you can generate in the file /usr/include/X11/keysymdef.h You need to send it only the part after the "XK_".
Here I paste some of the most useful possibilities.
i could found every key/special-key in keysymdef.h, but how can i combine some keys, like "control+s" for save, or "control+a" for all, etc.. ? i hope this is possible.
thanx!
Moritz