From 976b61e71d829b90d270c70541ab9e7a82232ad1 Mon Sep 17 00:00:00 2001 From: GitSquared Date: Thu, 28 Feb 2019 18:24:21 +0100 Subject: [PATCH] :ambulance: Hotfix ctrl and shift keys on touch kb --- src/classes/keyboard.class.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classes/keyboard.class.js b/src/classes/keyboard.class.js index 914c81b6..0d875538 100644 --- a/src/classes/keyboard.class.js +++ b/src/classes/keyboard.class.js @@ -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();