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