Hello to all i have problem with the Send command (i found this script somewhere here but can`t rly remember from where.) using this script cause of stuck ctrl key when i use hotkey combination #include <Misc.au3> ;Send the string $ss after the Shift Alt and Ctrl keys are released. ;Optionally give a warning after 1 sec if any of those keys still down. ;Requires misc.au3 to be included in the script for the _IsPressed function. Func _SendEx($ss, $warn = "") Local $iT = TimerInit()