Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 976b61e

Browse files
committed
🚑 Hotfix ctrl and shift keys on touch kb
1 parent 50bcd07 commit 976b61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classes/keyboard.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ class Keyboard {
113113
this.pressKey(key);
114114
}, 70);
115115
}, 400);
116+
this.pressKey(key);
116117
}
117-
this.pressKey(key);
118118

119119
// Keep focus on the terminal
120120
if (window.keyboard.linkedToTerm) window.term[window.currentTerm].term.focus();

0 commit comments

Comments
 (0)