From d4c747faec811757f86d20ebee4a7e59f071fc42 Mon Sep 17 00:00:00 2001 From: sewn Date: Sat, 23 Mar 2024 23:53:12 +0300 Subject: support mouse wheel up and down for actions --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 826a2c3..3ce195e 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ The `-status` and `-title` commands are used to write status text. The text may | `^lm(SHELLCOMMAND)` | Begins or terminates left mouse button region with action `SHELLCOMMAND`. | | `^mm(SHELLCOMMAND)` | Begins or terminates middle mouse button region with action `SHELLCOMMAND`. | | `^rm(SHELLCOMMAND)` | Begins or terminates right mouse button region with action `SHELLCOMMAND`. | +| `^us(SHELLCOMMAND)` | Begins or terminates mouse scroll up region with action `SHELLCOMMAND`. | +| `^ds(SHELLCOMMAND)` | Begins or terminates mouse scroll down region with action `SHELLCOMMAND`. | In this example, clicking the text highlighted in red will spawn the [foot](https://codeberg.org/dnkl/foot) terminal. ```bash -- cgit v1.2.3