ok itu sesuatu

window.dispatchEvent(new KeyboardEvent('keypress', {
  'key': 'a'
}));
Friendly Hawk