diff options
author | Alexandre Quessy <alexandrequessy@users.sourceforge.net> | 2006-07-19 00:27:57 +0000 |
---|---|---|
committer | Alexandre Quessy <alexandrequessy@users.sourceforge.net> | 2006-07-19 00:27:57 +0000 |
commit | 3f0c36f57af40e853ece2c5889a05120129f649b (patch) | |
tree | c14c69616f82123aa5378cf3c7f4eb3e7a2ea340 /x11key-help.pd |
This commit was generated by cvs2svn to compensate for changes in r5374,svn2git-root
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/externals/aalex/; revision=5375
Diffstat (limited to 'x11key-help.pd')
-rw-r--r-- | x11key-help.pd | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/x11key-help.pd b/x11key-help.pd new file mode 100644 index 0000000..616c91b --- /dev/null +++ b/x11key-help.pd @@ -0,0 +1,43 @@ +#N canvas 466 121 703 480 10; +#X obj 89 21 cnv 15 150 140 empty empty empty 20 12 0 14 -258699 -66577 +0; +#X obj 334 26 cnv 15 200 140 empty empty empty 20 12 0 14 -258699 -66577 +0; +#X obj 230 191 cnv 15 420 230 empty empty x11key_object 20 12 0 14 -258699 +-66577 0; +#X obj 166 365 x11key; +#X msg 22 61 help; +#X msg 104 106 letter a; +#X msg 103 40 bang; +#X msg 348 50 bang; +#X msg 29 305 display :0.0; +#X obj 347 114 delay 1000; +#X obj 105 84 delay 1000; +#X obj 446 116 delay 2000; +#X msg 344 139 keysym A 1; +#X msg 448 136 keysym A 0; +#X obj 349 92 t b b; +#X text 341 34 2 triggers on and of a key; +#X text 109 25 1 types a key; +#X text 25 273 Not yet implemented; +#X text 243 231 [x11key] simulates X11 keyboard events.; +#X text 240 262 Try examples 1 and 2 They generate keys as if you typed +it on your keyboard. Give the focus to an other application than PD +\, in order to see that you really fake letters typing.; +#X text 240 322 Comments are welcome. The API (the messages for every +is likely to change.; +#X text 242 384 )c( Copyleft 2006 Alexandre Quessy; +#X text 245 399 Released under the GNU Public License; +#X text 245 368 pureX11; +#X connect 4 0 3 0; +#X connect 5 0 3 0; +#X connect 6 0 10 0; +#X connect 7 0 14 0; +#X connect 8 0 3 0; +#X connect 9 0 12 0; +#X connect 10 0 5 0; +#X connect 11 0 13 0; +#X connect 12 0 3 0; +#X connect 13 0 3 0; +#X connect 14 0 9 0; +#X connect 14 1 11 0; |