Skip to content

DS4CC v2.4.0

Choose a tag to compare

@VeigaPunk VeigaPunk released this 26 Feb 13:24
· 30 commits to master since this release

What's new

  • Windows Terminal shortcut dictionary — Default profile buttons now map to Windows Terminal tab actions, auto-detected from your settings.json:

    • Square → new tab (profile 1) — ctrl+shift+1
    • L1 → previous tab — ctrl+shift+tab
    • R1 → next tab — ctrl+tab

    Works with Stable, Preview, and unpackaged (winget) installs. Shortcuts are resolved with the same 3-tier priority as the tmux profile: auto-detected from your settings → hardcoded defaults → direct override in ds4cc.toml.

    Override any mapping under [wt] in ds4cc.toml:

    [wt]
    square = "newTab"    # or a direct combo like "ctrl+shift+t"
    l1 = "prevTab"
    r1 = "nextTab"

Install

Download DS4CC-Setup.exe below and run it. No admin rights needed.

Hooks are reinstalled automatically on first launch (version stamp check).