core
/
dev.fritz2.dom
/
key
js
key
fun <
X
:
Element
>
DomListener
<
KeyboardEvent
,
X
>.
key
():
Flow
<
Key
>
Content copied to clipboard
fun <
X
:
Element
>
WindowListener
<
KeyboardEvent
>.
key
():
Flow
<
Key
>
Content copied to clipboard
Gives you the pressed key as
Key
from a
KeyboardEvent
.