Skip to content

Repository files navigation

Vivaldi Tab Wheel

An AutoHotkey v2 helper that maps vertical wheel intent into Vivaldi tab switching shortcuts.

Why this exists

Browser tab navigation is frequent enough that moving from keyboard to mouse or tab strip can interrupt flow. This script keeps the behavior scoped to Vivaldi and uses existing browser shortcuts.

Features

  • Vivaldi-only hotkey scope using ahk_exe matching
  • Wheel-up and wheel-down mapping to tab movement shortcuts
  • Tiny script surface that is easy to audit
  • No generated config or private browser profile data

Quick Start

  1. Install AutoHotkey v2 on Windows.
  2. Download Vertical_wheel.ahk from this repository.
  3. Review the configuration notes below.
  4. Run the script with AutoHotkey v2.

Configuration

Confirm that Vivaldi is using the expected next-tab and previous-tab shortcuts before changing the script.

Validation

The public copy is checked with AutoHotkey's validation mode:

powershell AutoHotkey64.exe /Validate /ErrorStdOut Vertical_wheel.ahk

See docs/VALIDATION.md for the current manual test checklist.

Project Status

This is a sanitized public release of a personal Windows automation utility. The repository keeps the useful script, documentation, and project notes while excluding generated runner files, private settings, and machine-specific paths.

Documentation

Compatibility Notes

This helper assumes Vivaldi's next-tab and previous-tab shortcuts are available. Tab stacks, vertical tabs, and custom tab cycling order may change the perceived behavior.

About

AutoHotkey v2 vertical wheel tab switching helper for Vivaldi

Topics

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages