New keyboard shortcuts

This commit is contained in:
Muzhen Gaming
2025-10-16 10:23:45 +08:00
parent 5901254405
commit d9fc7d4b61
5 changed files with 68 additions and 31 deletions

View File

@@ -24,12 +24,12 @@ function Start-Binary {
Write-Host "Launching BgVisionAgent.exe ..." -ForegroundColor Green
Start-Process -FilePath $exePath -WindowStyle Hidden
Write-Host "Agent started. Hotkeys:" -ForegroundColor Green
Write-Host " Alt+Shift+1 -> Capture active window"
Write-Host " Alt+Shift+2 -> Send to OpenAI"
Write-Host " Alt+Shift+3 -> Action 3 (type or clipboard mode)"
Write-Host " Alt+Shift+4 -> Reset state"
Write-Host " Alt+Shift+5 -> Quit (press 3 times quickly)"
Write-Host " Alt+Shift+6 -> Switch modes for Action 3"
Write-Host " Ctrl+Shift+1 -> Capture active window"
Write-Host " Ctrl+Shift+2 -> Send to OpenAI"
Write-Host " Ctrl+Shift+3 -> Action 3 (type or clipboard mode)"
Write-Host " Ctrl+Shift+4 -> Reset state"
Write-Host " Ctrl+Shift+5 -> Quit (press 3 times quickly)"
Write-Host " Ctrl+Shift+6 -> Switch modes for Action 3"
Write-Host "Configure API key in bg_agent/config.py (if using source) or set OPENAI_API_KEY env var." -ForegroundColor Yellow
}