A tiny macOS menu bar app that adds scroll shortcuts to Chrome:
- Cmd + Scroll — switch tabs (up = previous, down = next)
- Ctrl + Scroll — zoom in/out
curl -fsSL https://raw.githubusercontent.com/logpie/scroll-shortcuts/main/install.sh | bashRequires Xcode Command Line Tools (xcode-select --install).
After install, grant Accessibility access in System Settings > Privacy & Security > Accessibility.
- Menu bar icon to toggle features on/off
- Launch at Login support
- Debounced to prevent accidental rapid switching
- Chrome-only (doesn't interfere with other apps)
- Single Swift file, no dependencies
rm -rf ~/Applications/ScrollShortcuts.app
rm -f ~/Library/LaunchAgents/com.yuxuan.scroll-shortcuts.plist