diff options
| author | kolunmi <113054217+kolunmi@users.noreply.github.com> | 2024-04-09 09:10:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-09 09:10:25 -0700 |
| commit | 78a53029bdaf30f92de695c0a7bf66be7d606361 (patch) | |
| tree | 3330b57e3fef8b1bfabdd2b6265989cb94f36429 /README.md | |
| parent | d2150540f5860d41d7fce97769f94a557986051a (diff) | |
| parent | d4c747faec811757f86d20ebee4a7e59f071fc42 (diff) | |
| download | dwlb-78a53029bdaf30f92de695c0a7bf66be7d606361.tar.gz | |
Merge pull request #40 from apprehensions/main
support mouse wheel up and down for actions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |