I apologize for posting this in the wrong forum would someone move it to the correct one for me. Thank you for your help. I'm trying to use HotKeySet with a variable so that I can set them using an ini file. I've search this forum and found this post but I could not get it to work with the changes I made to it. My ini file: [Defaults] hkswofa=! hkswofb=[ My AutoIt Script: Local $keySETa = iniread(@ScriptDir & "\IniHKSTestConfig.ini", "Defaults", "hkswofa", "NotFound") Local $keySET