Original Reddit post

Built a controller-first coding workflow and thought this crowd might appreciate it. I repurposed an old Stadia gamepad into a local controller for coding-agent actions. The bridge app is in Swift and maps controller buttons to terminal/editor actions so I can drive parts of my workflow without constant keyboard switching. Current actions: - split panes - tab flow - model/context switching - quick send - dictation/transcription The current implementation was built with Codex prompts, but the same bridge concept applies to Claude Code workflows. Video: https://www.youtube.com/watch?v=MFiQFPgrHPA Code: https://github.com/wisdom-in-a-nutshell/stadia-macos-controller Write-up: https://www.adithyan.io/blog/i-converted-an-old-game-controller-to-control-codex Not plug-and-play yet, but useful as a template if you want to build your own input bridge. submitted by /u/phoneixAdi

Originally posted by u/phoneixAdi on r/ClaudeCode