mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-06 06:58:21 +00:00
fix ctrl:shift 2
This commit is contained in:
parent
7648eaf7e9
commit
2118c24c0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue