Re: [PD] x11key, how can i simulate a space or a control s, etc

2007-03-23 Thread moritz
Alexandre Quessy wrote: Hi. It's me again. :) Finally, I got it to compile. Don't know why the headers are now present. Maybe they put it in some other packages. Anyways. Want you want was already possible. I modified the help file to show how to do it. (a simple Control-A that selects all

Re: [PD] x11key, how can i simulate a space or a control s, etc

2007-03-22 Thread moritz
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

Re: [PD] x11key, how can i simulate a space or a control s, etc

2007-03-22 Thread Alexandre Quessy
Hi again, 2007/3/22, moritz [EMAIL PROTECTED]: 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. I remember this was possible in my C tests, but I found some difficulties when I

[PD] x11key, how can i simulate a space or a control s, etc

2007-03-21 Thread moritz
ola im playing around with x11key. how can i simulate some special keys/ commands like space, tab, delete, control a, control c/v, control s, etc... with x11key? i want to make my X very organic :) thanx mORitz ___ PD-list@iem.at mailing list

Re: [PD] x11key, how can i simulate a space or a control s, etc

2007-03-21 Thread Alexandre Quessy
Hi Moritz, Eh ! Nice. Someone playing with my little X11 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