Change debug drawer keybinding to F12 (#12171)

This commit is contained in:
Tommaso Sciortino
2025-10-28 12:10:40 -07:00
committed by GitHub
parent 39eb6ed9cc
commit ab1f195508
6 changed files with 8 additions and 9 deletions

View File

@@ -209,7 +209,7 @@ export const INFORMATIVE_TIPS = [
'Cancel a request with Ctrl+C, or press twice to exit...',
'Exit the app with Ctrl+D on an empty line...',
'Clear your screen at any time with Ctrl+L...',
'Toggle the debug console display with Ctrl+O...',
'Toggle the debug console display with F12...',
'See full, untruncated responses with Ctrl+S...',
'Toggle auto-approval (YOLO mode) for all tools with Ctrl+Y...',
'Toggle shell mode by typing ! in an empty prompt...',