We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94d464 commit af45a6fCopy full SHA for af45a6f
src/shortcut_dialog.ts
@@ -135,9 +135,6 @@ export class ShortcutDialog {
135
`;
136
137
for (const keyboardShortcut of shortcuts) {
138
- console.log(keyboardShortcut, ShortcutRegistry.registry.getKeyCodesByShortcutName(
139
- keyboardShortcut
140
- ));
141
if (categoryShortcuts.includes(keyboardShortcut)) {
142
const codeArray =
143
ShortcutRegistry.registry.getKeyCodesByShortcutName(
0 commit comments