mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-11-17 07:48:28 +01:00
scdoc: unbindcode --input-device, not input-device
Apparently, there's a typo in Sway's man page where `input-device` of `unbindcode` command has no dashes.
This commit is contained in:
parent
276e0301e0
commit
58eb0c4082
1 changed files with 1 additions and 1 deletions
|
@ -745,7 +745,7 @@ The default colors are:
|
|||
input device will be unbound.
|
||||
|
||||
*unbindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] \
|
||||
[--locked] [input-device=<device>] <code>
|
||||
[--locked] [--input-device=<device>] <code>
|
||||
is also available for unbinding with key/button codes instead of key/button names.
|
||||
|
||||
*unmark* [<identifier>]
|
||||
|
|
Loading…
Reference in a new issue