| View previous topic :: View next topic |
| Author |
Message |
aiver Newbie
Joined: 09 Sep 2008 Posts: 2
|
Posted: Tue Sep 09, 2008 7:41 am Post subject: Key pressing down |
|
|
Alright I'm not so good at Applescript but I'm trying to find out how to constantly press down the down arrow on my computer by constantly pressing down '8' on my phone keypad. I've looked at a few similar threads and looked through some scripts installed with the clicker but I still can't scrape it together. This is what I have so far:
[code:1]
using terms from application "SEC Helper"
on process key down the_key sent from the_keypad
tell application "SEC Helper"
simulate keyboard virtual down keycode 125
end tell
end process key down
end using terms from[/code:1]
It probably doesn't make a whole lot of sense, but if you could help me out I'd really appreciate it. |
|
| Back to top |
|
 |
aiver Newbie
Joined: 09 Sep 2008 Posts: 2
|
|
| Back to top |
|
 |
|