4
I wonder if there is any way to simulate pressing keys with jQuery.
For example, when clicking a button, simulate that the "down" and "left" keys were pressed, as if the user had a keyboard.
$(document).on('click', function (){
// Simule pressionar as teclas 'down' e 'left' do teclado
});
Can you do that? With jQuery, preferably.
For those who are confused, I think the term used in this type of operation (usually by gamers) is bot
(robot) for pressing keys.
Haters gonna Hatters
– Wallace Maxters