how can open a card when I press the key "F10" ?
Code: Select all
on keyUp thekey
if the key = "F10" then
open card ....
end if
end keyUp
F10 key ??
thanks
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on keyUp thekey
if the key = "F10" then
open card ....
end if
end keyUp
F10 key ??
thanks
Code: Select all
on functionKey theKey
put theKey
end functionKey