diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-07-21 09:57:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 09:57:47 +0000 |
commit | f2e543880f75f92421e34a186ea44d8f32cbd52a (patch) | |
tree | ff886e1e3b028588d12d0dd6538c78d00a98b37d /extra/man | |
parent | 2101d5ac37d65114781a84b889d96eafe768860a (diff) | |
download | alacritty-f2e543880f75f92421e34a186ea44d8f32cbd52a.tar.gz alacritty-f2e543880f75f92421e34a186ea44d8f32cbd52a.zip |
Mention `Forward`/`Back` mouse buttons in man page
They were mentioned only in the changelog, but forgotten in the man
page.
Diffstat (limited to 'extra/man')
-rw-r--r-- | extra/man/alacritty.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index 5d9dde3f..ec670e75 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -553,7 +553,7 @@ This section documents the *[mouse]* table of the configuration file. captures the mouse, the `Shift` modifier is automatically added as a requirement. - *mouse* "Middle" | "Left" | "Right" | <number> + *mouse* "Middle" | "Left" | "Right" | "Back" | "Forward" | <number> Mouse button which needs to be pressed to trigger this binding. |