Skip to content

Commit

Permalink
doc: fix adoc deflayermap underscore character display (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbeaumia authored Mar 28, 2024
1 parent 8cfdea9 commit a6aa95a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,15 @@ The input key takes the same role as `defsrc` keys.
The output action takes the role that items in the normal `deflayer` have.

Instead of specifying an input key,
you can use either `_`, `__`, or `___` to map all
you can use either `_`, `__`, or `___` to map all
the keys that are not explicitly mapped in the layer
(`caps` in the example above).

* `_` maps only keys that are in defsrc.
* `__` excludes mapping keys that are in defsrc.
* `___` maps all keys that are not explicitly mapped in the layer.
`_` maps only keys that are in defsrc.

`__` excludes mapping keys that are in defsrc.

`___` maps all keys that are not explicitly mapped in the layer.


The map string can be any of the following strings, to your liking:
Expand Down

0 comments on commit a6aa95a

Please sign in to comment.