Simulate input/Keyboard: Difference between revisions

Content added Content deleted
m (→‎{{header|Raku}}: New default)
m (→‎{{header|Raku}}: use a better search term)
Line 648: Line 648:
$xdo.activate-window($w);
$xdo.activate-window($w);
say "Window name: ", $xdo.get-window-name( $w );
say "Window name: ", $xdo.get-window-name( $w );
$xdo.type($w, 'Raku');
$xdo.type($w, 'Raku language');
sleep .25;
sleep .25;
$xdo.send-sequence($w, 'Tab');
$xdo.send-sequence($w, 'Tab');