This fixes a bug that occurs when using AHKv2 when using the send method (or other relevant methods like send_input, send_play, etc.) when only providing eitherkey_delayorkey_press_duration.
coverage: 77.031%. remained the same
when pulling b9f5b6a3a8ef80aa342ab71c133990f56e35c991 on gh-315
into f6d1b1ec802f92d645fe618cd79f8fb31f7bdb3f on main.
This fixes a bug that occurs when using AHKv2 when using the
send
method (or other relevant methods likesend_input
,send_play
, etc.) when only providing eitherkey_delay
orkey_press_duration
.Resolves #315