Browse code

Document that detach keys are a list of key bindings

Signed-off-by: Harald Albers <github@albersweb.de>

Harald Albers authored on 2016/01/15 06:58:41
Showing 1 changed files
... ...
@@ -107,8 +107,8 @@ directives, see the
107 107
 Once attached to a container, users detach from it and leave it running using
108 108
 the using `CTRL-p CTRL-q` key sequence. This detach key sequence is customizable
109 109
 using the `detachKeys` property. Specify a `<sequence>` value for the
110
-property. The format of the `<sequence>` is either a letter [a-Z], or the `ctrl-`
111
-combined with any of the following:
110
+property. The format of the `<sequence>` is a comma-separated list of either 
111
+a letter [a-Z], or the `ctrl-` combined with any of the following:
112 112
 
113 113
 * `a-z` (a single lowercase alpha character )
114 114
 * `@` (ampersand)