Actkbd: Difference between revisions
mNo edit summary Tag: Manual revert |
m fix typo |
||
| (One intermediate revision by one other user not shown) | |||
| Line 56: | Line 56: | ||
It will report the keys this way: | It will report the keys this way: | ||
<pre> | <pre> | ||
Keys: 33 | |||
Keys: 14 | Keys: 14 | ||
Keys: 29+46 | Keys: 29+46 | ||
</pre> | </pre> | ||
Where key codes with a + represents combinations. The numbers, including combinations can be used in the configuration. | Where key codes with a <code>+</code> represents combinations. The numbers, including combinations can be used in the configuration. | ||
== Sample configuration == | == Sample configuration == | ||
| Line 79: | Line 79: | ||
Additionally, the {{nixos:option|sound.mediaKeys.enable}} option will use <code>actkbd</code> to control the media volumes. See the configuration it generates for an additional example. | Additionally, the {{nixos:option|sound.mediaKeys.enable}} option will use <code>actkbd</code> to control the media volumes. See the configuration it generates for an additional example. | ||
[[Category:Configuration]] | |||