Fix keybindings script based on file location

This commit is contained in:
g-samroberts
2026-02-17 18:51:19 -08:00
parent 0ab5aef2a5
commit fba5a4813a

View File

@@ -22,7 +22,7 @@ import {
const START_MARKER = '<!-- KEYBINDINGS-AUTOGEN:START -->';
const END_MARKER = '<!-- KEYBINDINGS-AUTOGEN:END -->';
const OUTPUT_RELATIVE_PATH = ['docs', 'cli', 'keyboard-shortcuts.md'];
const OUTPUT_RELATIVE_PATH = ['docs', 'reference', 'keyboard-shortcuts.md'];
const KEY_NAME_OVERRIDES: Record<string, string> = {
return: 'Enter',