AutoIT isn't detecting the following special letter as hotkey:
í
A simple test script:
HotKeySet("í", "_test") While 1 Sleep(100) WEnd Func _test() MsgBox(0,"", "Pressed") EndFunc
AutoIT isn't detecting the following special letter as hotkey:
í
A simple test script:
HotKeySet("í", "_test") While 1 Sleep(100) WEnd Func _test() MsgBox(0,"", "Pressed") EndFunc