View Single Post
  #2  
Old 03-07-2010, 10:16 PM
IGoudt IGoudt is offline
Member
 
Join Date: Sep 2009
Posts: 20
You can use:
Code:
viz.callback(viz.KEYDOWN_EVENT,None)
I guess you can also use:

Code:
vizact.onkeydown(key, None)
Depending if you use vizact or viz.callback to handle your events.
Reply With Quote