﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3974	Key Stuck when using HotKeySet + Send	anonymous	Jon	"'''Problem Description:'''
When I set Hotkeys to CTRL+ALT+t to a function, that sends(""text""), the CTRL and ALT key get stucked.

I tried to send all various combinations to unlock the stuck keys, eg.: {LALT}{ALTUP}{LCTRL}{CTRLDOWN}{CTRLUP}.....

The only thing that fixes the stuck key is to physically press CTRL then ALT on my keyboard.


--------------------------------------------------
'''Code Example:'''


HotKeySet(""^!t"",""passwordsend"")
$pwd = ""PASSWORD""

While 1
	Sleep(100)
WEnd

Func passwordsend()

	$temp = ClipGet()
	send($pwd)
	ClipPut($temp)

EndFunc"	Bug	closed		AutoIt	3.3.15.5	None	Works For Me		
