KeyUI

Visualizes and manages keyboard and mouse key configurations.

File Details

v4.0.0b

  • B
  • Feb 3, 2026
  • 3.24 MB
  • 15
  • 12.0.0+3
  • Retail + 3

File Name

KeyUI-v4.0.0b.zip

Supported Versions

  • 12.0.0
  • 5.5.3
  • 2.5.5
  • 1.15.8

KeyUI

v4.0.0b (2026-02-03)

Full Changelog Previous Releases

  • Fix multi-version TOC syntax for BigWigsMods packager
    Changed from separate Interface-* lines to comma-separated versions in
    single Interface line, which is the correct syntax for packager.
    Before (incorrect):

    Interface: 120000

    Interface-Cata: 50503

    Interface-Classic: 20505

    Interface-Vanilla: 11508

    After (correct):

    Interface: 120000, 50503, 20505, 11508

    This fixes the packager error:
    'KeyUI.toc has an interface version (50503) that is not compatible
    with "Interface-Cata".'
    Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com
  • Update release workflow name to reflect multi-version support
    Changed workflow name from 'Release Retail AddOn' to 'Release AddOn' to
    reflect the new All-in-One architecture that supports all WoW versions.
    The workflow already works correctly with BigWigsMods/packager@v2, which
    automatically detects and handles multi-version TOC files.
    Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com