X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.ggo;h=a90d1b4f5ab459068366918bb129f04b20f36f8f;hp=ab42144a718e167f318a394c73c10d93e558e06e;hb=736760c45b10e9a593fcd81e1a230188386ca656;hpb=c4ccd0674269d2bed28e7a091af5b6b97db4b65a diff --git a/gui.ggo b/gui.ggo index ab42144a..a90d1b4f 100644 --- a/gui.ggo +++ b/gui.ggo @@ -1,9 +1,55 @@ +#------------------------ 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="300" 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 "config_file" c +#~~~~~~~~~~~~~~~~~~~~~~ +"(default='~/.paraslash/gui.conf')" + + string typestr="filename" + optional + +option "loglevel" l +#~~~~~~~~~~~~~~~~~~ + "set loglevel (0-6)" +int typestr="level" +default="3" +optional +details=" + See \"para_server --detailed-help\" for the discussion of + loglevels. +" + +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 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 +#--------------------------------- + +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