6 ms·
I'd then go with robot.keys.enter() (since enter is a function, not a constant) and make it chainable by returning `robot.keys`. robot.keys.ctrl().enter(
by nunull 11y ago
I'd then go with
robot.keys.enter()
(since enter is a function, not a constant) and make it chainable by returning `robot.keys`.
robot.keys.ctrl().enter()
- swsieber 11y agoYou'd probably want something slightly different than keys - at least some way to different between key presses and hold the keys down at the same time.