Merge branch 'maint'
[paraslash.git] / ggo / gui.m4
1 include(header.m4)
2 define(CURRENT_PROGRAM,para_gui)
3
4 <qu>
5 #########################
6 section "general options"
7 #########################
8 </qu>
9
10 include(config_file.m4)
11 include(loglevel.m4)
12
13 <qu>
14 option "timeout" t
15 #~~~~~~~~~~~~~~~~~
16 "set timeout"
17
18         int typestr="milliseconds"
19         default="30"
20         optional
21
22 option "stat_cmd" s
23 #~~~~~~~~~~~~~~~~~~
24 "command to read server and audiod status
25 data from"
26
27         string typestr="command"
28         default="para_audioc -- stat -p"
29         optional
30
31 #---------------------------------
32 section "mapping keys to commands"
33 #---------------------------------
34
35 option "key_map" k
36 #~~~~~~~~~~~~~~~~~
37
38 "Map key k to command c using mode m. Mode
39 may be d, x or p for display, external and
40 paraslash commands, respectively. Of course,
41 this option may be given multiple times, one
42 for each key mapping."
43
44         string typestr="k:m:c"
45         optional
46         multiple
47 </qu>