In my addon script, I am trying to let the user configure the Function Key that will activate my script, however I am finding out that if i define the aliases 'alias F1 { if (%functionkey == F1) { myCommand } }' then even if the %functionkey is not F1, the script does not launch the default F1 key actions. as well, if another addon script has a function key alias defined, these aliases will render the other scripts aliases non functional. Does any one know a way to make everything thing work without issues?