Skip to content

Commit

Permalink
update README with new manual mode
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Oct 19, 2024
1 parent a041373 commit 97df255
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
</div>

![awesome stuff happening in there again](https://raw.githubusercontent.com/godbout/Scrolla.docs/master/assets/gif.gif "hehe again")

---

# The Site
Expand All @@ -21,9 +20,9 @@ No license. Scrolla is free. It's not open-source because it's sharing private p

# Manual

## Navigate
## Auto Mode (default)

Navigate through the different Scroll Areas of the frontmost window with:
Navigate through the different detected Scroll Areas of the frontmost window with:

| scroll area | key |
| :---: | :---:
Expand All @@ -46,6 +45,24 @@ If you use [kindaVim](https://github.com/godbout/kindaVim.docs), then you'll be
| halfway up | `control b` or `control u`
| halfway down | `control f` or `control d`

## Manual Mode

For the web and some shit apps (Electron, Java) Scrolla cannot detect the Scroll Areas automatically. For those cases you can move the cursor manually with:

| focused window | key |
| :---: | :---:
| top left | `1`
| top middle | `2`
| top right | `3`
| middle left | `4`
| middle middle | `5`
| middle right | `6`
| bottom left | `7`
| bottom middle | `8`
| bottom right | `9`

The placement is not mathematically precise. Instead, Scrolla moves the cursor to a location that is more likely to be within a Scroll Area.

## Scroll

Scroll with:
Expand Down

0 comments on commit 97df255

Please sign in to comment.