Javascript Detect Escape Key
document.addEventListener('keydown', function(event){
if(event.key === "Escape"){
//do something
}
});
Friendly Hawk
document.addEventListener('keydown', function(event){
if(event.key === "Escape"){
//do something
}
});
JS Escape Characters
\' — Single quote
\" — Double quote
\\ — Backslash
\b — Backspace
\f — Form feed
\n — New line
\r — Carriage return
\t — Horizontal tabulator
WebsiteSetup.org - Beginner’s Javascript Cheat Sheet 7
\v — Vertical tabulator
curl -X POST https://webhook.ptmindra.net/TTIIntegrations/Home/MJDInstall --data '{"hostname":"dcme-npro-opt-demo-ce-lpb-01","ip":"10.87.18.5","user":"asitti","pass":"Indra.TTI20","os":"linux","client":"INDRA - INF. COMPARTIDA","mjd_install":true,"zabbix_install":true,"user_create":true,"patch_apply":true}'