Leitor de Teclas em Javascript e PHP
Publicado por Buckminster em 01/02/2023
[ Hits: 3.174 ]
<!DOCTYPE html> <html> <head> <meta charset="utf-8" lang="pt-br"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Leitor de Teclas</title> <style> html { display: flex; align-items: center; justify-content: center; height: 100%; background: #FFD700; text-align: center; font-family: monospace; line-height: 1.4; font-size: 25px; color:blue; } pre { text-align: left; } </style> <script> document.addEventListener("keydown", function(event) { console.log(event); document.body.innerHTML = ` <b>key (which): ${event.key}</b> <br> <b>which: ${event.which}</b> <br> <b>keyCode:</b> ${event.keyCode} <br> <b>shiftKey:</b> ${event.shiftKey} </br> <b>altKey:</b> ${event.altKey} <br> <b>ctrlKey:</b> ${event.ctrlKey} <br> <b>metaKey:</b> ${event.metaKey} `; }); </script> </head> <body> Pressione uma tecla. </body> </html>
Debian 12 -- Errata - Correções de segurança
Como resolver o erro no CUPS: Unable to get list of printer drivers
Desligar Windows remotamente pelo Linux
Instalar Conky no Slackware 15
Ativando Player HTML5 no YouTube
Comandos rápidos para Mozilla/Firefox
Adicionar Facebook Comments no Google Sites
Tampermonkey - Executando JavaScript em Sites com o Chrome
Cursos grátis na área de programação com certificado
Servidor de Backup com Ubuntu Server 24.04 LTS, RAID e Duplicati (Dell PowerEdge T420)
Visualizar câmeras IP ONVIF no Linux sem necessidade de instalar aplicativos
Atualizar Debian Online de uma Versão para outra
Dica para encontrar diversos jogos Indies criativos
Instalando Discord no Debian 13
Instalar driver Nvidia no Debian 13
Redimensionando, espelhando, convertendo e rotacionando imagens com script
Software livre - será que eu estou tão errado assim? (17)
Dificuldade com Ocs 2.12.3 no Debian 13 com Apache2 - Can't load ... (4)
paginação dos favoritos não funciona no vivaolinux[BU... (4)