Hello Guest it is April 24, 2024, 10:34:49 AM

Author Topic: DoOemButton(307)  (Read 2401 times)

0 Members and 1 Guest are viewing this topic.

DoOemButton(307)
« on: September 08, 2011, 03:20:09 PM »
Hello,
 I bought a "cnc manual remote controller" on e-bay. To make it work, I have to change the hotkey for x + / x-/ y + ... If I do this, I can not move my lines with arrows. I tried to make a macro to solve this problem (which probably was in the adobe forum, but I do not metrisable English very well). I associate the macro to a button on my screen.

 DoOemButton (307)
 'axis does not stop

 or
 SenKeys (39)
 'it does not work

 or
 DoOemButton (307)
 Sleep 1
 DoOemButton (1003)
 'it works, but at low speed

 Could you give me a hand? Thank you.