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

12
run.ps1
View File

@@ -34,11 +34,11 @@ Write-Host "Starting agent in background (hidden)..." -ForegroundColor DarkCyan
Start-Process -FilePath $pythonw -ArgumentList "-m","bg_agent" -WindowStyle Hidden
Write-Host "Agent started. Use the hotkeys below:" -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 or set OPENAI_API_KEY env var." -ForegroundColor Yellow