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.
2 parents 8217553 + 1bd5442 commit 58d9c19Copy full SHA for 58d9c19
src/resources/extensions/quarto/kbd/resources/kbd.js
@@ -25,7 +25,7 @@
25
"control": "⌃",
26
"option": "⌥",
27
};
28
- const keyRegex = /^[a-z0-9_]+$/;
+ const keyRegex = /^[^\s]+$/;
29
// use a non-capturing group to avoid capturing the key names
30
31
const macosModifiersRegex = new RegExp(
0 commit comments