X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.ggo;h=1f79ac255f6715491ea284053678b1f419ccda72;hp=34cbdb1978359287291bc0a1a3b5dfd0554c8510;hb=b0396d88de672a81e5981ec8a2c2c8b02e11d374;hpb=c839ef92e35d5604748aa4674b400156ff7baced diff --git a/gui.ggo b/gui.ggo index 34cbdb19..1f79ac25 100644 --- a/gui.ggo +++ b/gui.ggo @@ -1,9 +1,8 @@ section "general options" -option "auto_decode" a "auto-decode audio stream" flag on option "config_file" c "(default='~/.paraslash/gui.conf')" string typestr="filename" optional option "loglevel" l "set loglevel (0-6)" int typestr="level" default="4" optional option "timeout" t "set timeout" int typestr="milliseconds" default="30" optional -option "stat_cmd" s "command to read server and audiod status data from" string typestr="command" default="para_audioc -t 100 stat" optional +option "stat_cmd" s "command to read server and audiod status data from" string typestr="command" default="para_audioc stat" optional section "mapping keys to commands" option "key_map" k "Map key k to command c using mode m. Mode may be d, x or p for display, external and paraslash commands, respectively. Of course, this option may be given multiple times, one for each key mapping." string typestr="k:m:c" optional multiple