From 551d14b4c8137932b1bc9e016b15cd5ef2afb932 Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Tue, 17 Sep 2019 00:25:07 +0200 Subject: [PATCH] added keyDown also for the new tel --- src/mailgo.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/mailgo.js b/src/mailgo.js index 5b4ca0c..aa64ac6 100644 --- a/src/mailgo.js +++ b/src/mailgo.js @@ -638,13 +638,13 @@ const mailgoKeydown = event => { // Escape hideMailgo(); break; - case 71: - // g -> open GMail - actions.openGmail(); + case 84: + // t -> open Telegram + actions.openTelegram(); break; - case 79: - // o -> open Outlook - actions.openOutlook(); + case 87: + // w -> open WhatsApp + actions.openWhatsApp(); break; case 32: case 13: