Skip to content

v1.0.6: Web Panel Shortcut Passthrough (Ctrl+Enter for Twitter, ChatGPT & Claude)

Choose a tag to compare

@Tribal-Chief-001 Tribal-Chief-001 released this 01 Sep 01:35
· 10 commits to main since this release

⚡ What's New in v1.0.6

  • Web Panel Shortcut Passthrough & Instant Submit Fix:

    • The Root Cause Solved: Uncovered a two-part bug in Vivaldi's core shortcut dispatcher where Ctrl+Enter / Meta+Enter was omitted from the text-editing passthrough set (f) and web panels were misclassified as unfocused background tabs by getFocusedElementInfo.
    • Instant Post / Tweet / Submit: Pressing Ctrl+Enter or Cmd+Enter directly submits tweets on Twitter/X, prompts on ChatGPT/Claude/Gemini, comments on GitHub, and messages on Discord/Slack without browser interception.
    • Runtime Capture Guard: Added setupPanelShortcutGuard() in src/edge-panel-mod.js preventing outer UI shortcut hijacking.
    • Cross-Platform Patcher: src/patch-bundle.py automatically patches bundle.js across Linux, Windows, macOS, and BSD.
  • Automated Shortcut Test Suite:

    • Added tests/test_shortcuts.js verifying passthrough table simulation, panel keydown capture, and end-to-end bundle patch execution.
  • Updated Engineering Ledger & Docs:

    • Added Iteration 7 autopsy to CHANGELOG.md and updated README.md with Mermaid flowcharts.