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 c5a80e2 + 2554614 commit f236f35Copy full SHA for f236f35
1 file changed
src/livecodes/core.ts
@@ -2859,7 +2859,7 @@ const handleCommandMenu = async () => {
2859
// Ctrl+K opens the command menu
2860
// do not open the menu if shortcut is Ctrl+Shift+K
2861
// wait for 500ms to allow other shortcuts like Ctrl+K Ctrl+0
2862
- if (!ctrl(e) || e.shiftKey) {
+ if (!ctrl(e) || e.shiftKey || e.altKey) {
2863
anotherShortcut = false;
2864
return;
2865
}
0 commit comments