Signed-off-by: Harald Albers <github@albersweb.de>
| ... | ... |
@@ -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) |