Vincent
unread,May 6, 2012, 8:32:46 PM5/6/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Is there any way to determine if a key is currently depressed, or to trigger an event when a key is released in Mathematica? Similarly to
EventHandler[
InputField[""], {"KeyDown", "h"} :> ( Print["h pressed"];)]
only with the trigger being the release rather then the pressing?