Nothing quite beats answering one's own e-mails,

except, possibly, banging one's head against the wall (Don't believe me? Try it some time!)

this in a cardScript:

on rawKeyDown RAWK
if the XXXX of this card = "in" then
       do something
    end if
set the XXXX of this card to "out"
end rawKeyDown

on rawKeyUp RUP
set the XXXX of this card to "in"
end rawKeyUp

I hope this is of some use to more people than just myself.

Richmond.

On 10/15/17 12:56 pm, Richmond Mathewson wrote:
I'm suffering from "sticky finger syndrome" and cannot get my finger off a key quickly enough to
stop it firing more than once . . .

SO . . .

Wondered about this sort of thing [pseudocode]:

on rawKeyDown RAWK
       do something
       send "rawKeyUp" to where?
end rawKeyDown

answers on a postcard, employees of the "Richmond Fan Club" are
not eligible for prizes, giveaways or gratuitous insults.

Richmond.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to