Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keyruu/tabula
🖱️ Scroll with one finger while holding a modifier
https://github.com/keyruu/tabula
macapp macos open-source scroll scrolling
Last synced: 6 days ago
JSON representation
🖱️ Scroll with one finger while holding a modifier
- Host: GitHub
- URL: https://github.com/keyruu/tabula
- Owner: Keyruu
- Created: 2024-08-21T20:13:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T19:12:52.000Z (2 months ago)
- Last Synced: 2024-10-06T04:05:26.108Z (about 1 month ago)
- Topics: macapp, macos, open-source, scroll, scrolling
- Language: Swift
- Homepage:
- Size: 507 KB
- Stars: 27
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tabula
Tabula is a small MacOS application to enable scrolling with one finger by holding down a modifier key.
This is trying to imitate the behavior of the middle mouse button on Windows.
Thanks a lot for the base algorithm of [arifiorino/Scroller](https://github.com/arifiorino/Scroller).
## Why?
I use a split keyboard with a trackpad on the right side that I use with my thumb. This is great for moving the mouse around, but scrolling without moving my hand is not possible.
So I made this to enable to not have to move my hand :D
## Features
## Download
You can download the latest version from the [Releases](https://github.com/keyruu/Tabula/releases) page.
Or use brew:
```bash
brew install keyruu/tap/keyruu-tabula
```