Skip to content

[Future] Ctrl+R keyboard shortcut for audio recording (pending Plugin API support) #10

@dotnetspark

Description

@dotnetspark

Context

The user requested Ctrl+R to trigger audio recording. Mal investigated and found this NOT FEASIBLE with the current Plugin API:

  • Plugin API has no keypress hooks
  • MCP server stdin is exclusively owned by JSON-RPC transport
  • Companion process approach is too fragile for production

Current state

Audio recording uses /record, /stop, /cancel slash commands.

What needs to happen for Ctrl+R to work

GitHub would need to add native keyboard event hooks to the Copilot CLI Plugin API. When that happens, wiring Ctrl+R → /record becomes straightforward.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestphase-2Phase 2: Audio input featuressquad:malAssigned to Mal (Lead)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions