New keyboard shortcuts
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user