blob: 4214720f6304ed4f7ee0a1706bed0b84c5460b3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
---
title: GlobalEventHandlers.onkeydown
slug: Web/API/GlobalEventHandlers/onkeydown
translation_of: Web/API/GlobalEventHandlers/onkeydown
---
<div>{{ApiRef("HTML DOM")}}</div>
<p>La propiedad <code><strong>onkeydown</strong></code> devuelve un manejador para el evento <code>onKeyDown</code> del elemento actual.</p>
<h2 id="Sintaxis">Sintaxis</h2>
<pre class="syntaxbox">element.onkeydown = <var>event handling code</var></pre>
<h2 id="Notas">Notas</h2>
<p>El evento <code>keydown</code> se lanza cuando el usuario presiona una tecla.</p>
<h2 id="Especificaciones">Especificaciones</h2>
<table class="spectable standard-table">
<tbody>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
<tr>
<td>{{SpecName('HTML WHATWG','webappapis.html#handler-onkeydown','onkeydown')}}</td>
<td>{{Spec2('HTML WHATWG')}}</td>
<td> </td>
</tr>
</tbody>
</table>
<h2 id="Compatibilidad_con_navegadores">Compatibilidad con navegadores</h2>
{{Compat("api.GlobalEventHandlers.onkeydown")}}
|