Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: autohotkey infinite loop  (Read 4637 times)

0 Members and 1 Guest are viewing this topic.

deano728

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 116
  • Last login:November 04, 2013, 10:59:53 am
autohotkey infinite loop
« on: May 30, 2008, 07:00:27 pm »
Is it possible to make "J" a hotkey that will cause a mouseclick and also just send 1 "J" to the window?

I'd like to have my pause button double as a mouseclick but I am not sure how to make it do this without starting an infinite loop of mouseclicks...

I tried

j::mouseclick, left send j
but I am loopin...

deano728

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 116
  • Last login:November 04, 2013, 10:59:53 am
Re: autohotkey infinite loop
« Reply #1 on: May 31, 2008, 09:19:28 pm »
I just found the answer to this question...    The secret is in the tilde.

~J::Mouseclick,left