Hello all,
is possible to create a script that sets the key to be pressed from information taken from an ini file?
AutoIt.au3
HotKeySet( IniRead("file.ini", "Section", "Key", "Hotkey"), "Function" )
file.ini
[Section]
Key=F5
So the result would be:
HotKeySet( "F5", "Function" )