added keyDown also for the new tel
This commit is contained in:
parent
c60c75bece
commit
551d14b4c8
@ -638,13 +638,13 @@ const mailgoKeydown = event => {
|
|||||||
// Escape
|
// Escape
|
||||||
hideMailgo();
|
hideMailgo();
|
||||||
break;
|
break;
|
||||||
case 71:
|
case 84:
|
||||||
// g -> open GMail
|
// t -> open Telegram
|
||||||
actions.openGmail();
|
actions.openTelegram();
|
||||||
break;
|
break;
|
||||||
case 79:
|
case 87:
|
||||||
// o -> open Outlook
|
// w -> open WhatsApp
|
||||||
actions.openOutlook();
|
actions.openWhatsApp();
|
||||||
break;
|
break;
|
||||||
case 32:
|
case 32:
|
||||||
case 13:
|
case 13:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user