send "keyUp" / "rawKeyUp" ?

Richmond Mathewson richmondmathewson at gmail.com
Sun Feb 25 05:09:53 EST 2018


Erm . . .

I want to set up a stack that will list an end-user's keyDowns by 
sending their system
a set of rawKeyUps . . .

PseudoCode:

in a button:

on mouseUp
  send "rawKeyDown" to key 113
end mouseUp

in the cardScript:

on rawKeyDown XX
   get keyUp XX
   put XX somewhere useful
end rawKeyDown

Richmond.



More information about the use-livecode mailing list