whobear

whobear

Joined
Oct 06, 2008
Occupation
computers
Location
michigan
Website
Interests
scripting: Javascript, html and mirc scripting

Activity Stream

whobear commented on a Page, F-Keys Manager  -  Oct 08, 2008

sorry forgot a }

Code:
if $isalias(f3) == $true { writeini keys f3 }

quote:
Scripting and coding is like a woman you just have to keep workin her till she feels good
hahahahahahahhaa

 Respond  
whobear commented on a Page, F-Keys Manager  -  Oct 08, 2008

aaaaaaaaaahhh yes very true :+)
then maybe just a if returned as $true a %var set
to set diglog as f2= as it opens
then that would let the user know not to set that one
just a thought

Code:
if $isalias(f3) == $true { writeini keys f3

like a little search engine
hope this helps

 Respond  
whobear commented on a Page, F-Keys Manager  -  Oct 06, 2008

first, nice script Zmodem
this should help ya

$isalias(name)
Returns $true if the specified name is an alias command that exists in your aliases or scripts.

Properties: fname, alias

$isalias(join) returns $true if you have an alias for /join
$isalias(join).fname returns the filename in which the alias exists
$isalias(join).alias returns the alias definition for /join

this, if worked in to the script should show the fkeys if pre-existing function keys
exsample: if $isalias(f3) == $true { writeini keys f3 $isalias(f3).alias }
you will have to tweek it to work in your script

enjoy
hope this helps
and yes this is the Whobear from the colorteam.net

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.