mIRC Homepage
Posted By: HorseC function keys - 13/02/05 05:45 AM
"You can redefine function keys to perform certain commands, just like aliases. For example:"

this is very clear smile and i use it a lot....

is there a way to display the definitions for current function keys? why you ask.. I set them in several seperate scripts (so as to keep function keys logic with the script logic associated with the key).. but since i run a lot of scripts, it would be nice to be able at any point to see all that i have defined. (which could change when i load and unload scripts)

So.... can I display the current setting for any key?

Thanks.
Posted By: DaveC Re: function keys - 13/02/05 10:07 AM
/help $isalias
Posted By: Iori Re: function keys - 14/02/05 06:34 AM
Make an isalias alias based on $isalias() smile
/alias isalias if $isalias($$1) { echo -atice info $isalias($1).alias } | else echo -a alias $1 is undefined.
Posted By: HorseC Re: function keys - 14/02/05 05:43 PM
Thanks for the help!
© mIRC Discussion Forums