Return -> Enter

pull/1232/head
Zef Hemel 2025-02-07 21:07:09 +01:00
parent 9f8ac92464
commit 720154c39a
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ export function CommandPalette({
completer={completer}
vimMode={vimMode}
darkMode={darkMode}
helpText="Start typing the command name to filter results, press <code>Return</code> to run."
helpText="Start typing the command name to filter results, press <code>Enter</code> to run."
onSelect={(opt) => {
if (opt) {
onTrigger(commands.get(opt.name));