Code:
#include <Misc.au3>
if not _ispressed("1B") then Run('"' & @AutoItExe & '" /AutoIt3ExecuteScript "1.au3"')
hotkeyset sets a function that should be run if that button was pressed. _ispressed asks if a button is pressed and returns a value to the variable where you wrote the _ispressed in.