diff --git a/main.js b/main.js index 31c313a..8e2dba8 100644 --- a/main.js +++ b/main.js @@ -2202,7 +2202,7 @@ function showhelp() commands .filter(command => Boolean(command.shortcut)) - .forEach(command => help.push(command.hint + ": " + command.shortcut)); + .forEach(command => help.push(command.hint + ": " + command.shortcut.toLowerCase())); help.push("## Snippets"); snippets.forEach(snippet =>