This question has not been answered anywhere!
Hey i searched a bit and found only answers that did not fit me needs.
I want to simulate a keypress from with plain code, without selecting a element for it.
a bit like:
simulateKeyPress(13);
and NOT like:
$('element').simulateKeyPress(13);
I hope you understand what i'm asking for :o