sends triggers on keypress/keydown for WASD, arrow keys as well as space and shift keys



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>element</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>set which element triggers the event</td>
</tr>
<tr>
	<td>useWASDkeys</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>define if WASD keys are used or not</td>
</tr>
<tr>
	<td>useArrowkeys</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>define if Arrow keys are used or not</td>
</tr>
<tr>
	<td>stopPropagation</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>prevent event propagation</td>
</tr>
</table>