Dispatches a keyup event.
keyup
Signature:
class Keyboard { up(key: KeyInput): Promise<void>; }
ArrowLeft
Returns:
Promise<void>