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
+1 -1
View File
@@ -156,7 +156,7 @@ export const defaultKeyBindings: KeyBindingConfig = {
[Command.PASTE_CLIPBOARD_IMAGE]: [{ key: 'v', ctrl: true }],
// App level bindings
[Command.SHOW_ERROR_DETAILS]: [{ key: 'o', ctrl: true }],
[Command.SHOW_ERROR_DETAILS]: [{ key: 'f12' }],
[Command.SHOW_FULL_TODOS]: [{ key: 't', ctrl: true }],
[Command.TOGGLE_IDE_CONTEXT_DETAIL]: [{ key: 'g', ctrl: true }],
[Command.TOGGLE_MARKDOWN]: [{ key: 'm', command: true }],