Jump to content
LaunchBox Community Forums

Mr Footlong

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Mr Footlong

  1. Shows how often I go in to Bigbox! Thanks, I enabled it, set LeftAlt as the hold key, then b for vol down and n for vol up. It worked for around 10 secs and then just stopped. Stickykeys are disabled, no other funky mapping programs installed or running, multiple reboots/power cycles and turning settings off/on/clearing out keyboard mappings in Bigbox etc. This sounds like I have to fire up another thread somewhere on here for that, but ideally, if anyone could help me with the AHK above to do the same thing, that would be amazing, thanks.
  2. Thanks, (I have a lifetime license) I saw the mapping option for gamepads, but not specifically for keyboard input, unless I am missing something else? I need it so that pressing the combo alt+b or alt+n which are mapped to the coin (select) and left/right shoulder buttons on the main Picade cab, turn the volume up or down without control pads being used, thanks
  3. Hi guys. Please don't mock me too much, but I am struggling to get just a simple macro-like setting working that will allow me to turn the windows volume up/down when holding down either the left Alt_b key or Left Alt+n keys. I have built a total mutant mini arcade machine out of what was originally a Picade and fitted an Arduino-based Stereo amp in to it, but it is for my young daughter and I want her to have an easy way to control the volume as the Emulators vary with their levels so much. Using Redream as an example, this is the "Running Script", the volume settings do nothing - ; This Section allows volume up and down macro <^b:: send {Volume_Up 5} <^n:: send {Volume_Down 5} return ; This section closes Redream when pressing Escape $Esc:: { Send {Alt down} Sleep 50 Send {F4 down} Sleep 50 Send {F4 up} Sleep 50 Send {Alt up} } If someone could help this tired old n00b, I would really appreciate it. Thanks, Nick
×
×
  • Create New...