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

Commit

Permalink
🚑 Hotfix ctrl and shift keys on touch kb
Browse files Browse the repository at this point in the history
  • Loading branch information
GitSquared committed Feb 28, 2019
1 parent 50bcd07 commit 976b61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/keyboard.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ class Keyboard {
this.pressKey(key);
}, 70);
}, 400);
this.pressKey(key);
}
this.pressKey(key);

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

0 comments on commit 976b61e

Please sign in to comment.