aboutsummaryrefslogtreecommitdiff
path: root/x11key-help.pd
blob: 616c91b6e33beacce62717fe66e24611dcb4c766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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;