View Single Post
Old 28th January 2012, 08:06 PM   #1
thorax
Junior Member
Member
 
Join Date: Nov 2011
Posts: 10
Default ac3d keypress - help on arguments

Hi, im doing some research on sending a "simulated" keystroke to close a "AC3D message" window that pops up after optimizing vertices, and stops my batch process.
To do so i was able to connect to ac3d via telnet. searching for available commands i found:

Code:
keypress <win> <key> <qual> "handle keypress"
keypresswin <winname> <key> <qual> "handle keypress"
These look like they will do what i need, however i cant find any reference or info on the <win> and <qual> args , and how to send them.
I need to send an "enter" keystroke to close this popup. Where can i found documentation on the usage of this commands? thank you.
thorax is offline   Reply With Quote