fix ctrl:shift 2

This commit is contained in:
sawka 2024-08-26 13:53:46 -07:00
parent 7648eaf7e9
commit 2118c24c0d

View File

@ -268,7 +268,7 @@ const TerminalView = ({ blockId, model }: TerminalViewProps) => {
}
for (let i = 1; i <= 9; i++) {
if (
keyutil.checkKeyPressed(waveEvent, `Ctrl:Shift:Digit${i}`) ||
keyutil.checkKeyPressed(waveEvent, `Ctrl:Shift:c{Digit${i}}`) ||
keyutil.checkKeyPressed(waveEvent, `Ctrl:Shift:c{Numpad${i}}`)
) {
return false;