LordGarth6 - Showcasing 3D Designs, ZOID Models, Electronics, DIY, and More!
  • Home
  • ZOIDS
  • PokeZoids
  • Home
  • ZOIDS
  • PokeZoids
Search by typing & pressing enter

YOUR CART

The Macro Keypad


A small keyboard that sends any single press of F13 to F24 to your PC.
Works with windows perfectly, and even more so with Discord and OBS allowing quick and easy scene transitions or muting your microphone.
The power that comes from having a dedicated keypad for programable functions is freeing, and it can only get better if you use the free AutoHotKey software which allows you make and play macros.
Look below for an example script that should type out the key presses, ie the top left button is F13 and will type out "F13".
#SingleInstance force
DetectHiddenWindows, on

F24::
    sleep, 200 ; for buffer (1000 = 1second)
    Send, F24
return

F23::
    sleep, 200 ; for buffer (1000 = 1second)
    Send, F23
return

F22::
    sleep, 200 ; for buffer (1000 = 1second)
    Send, F22
return

F21::
    sleep, 200 ; for buffer (1000 = 1second)
    Send, F21
return

F20::
    sleep, 200 ; for buffer (1000 = 1second)
    Send, F20
return

F19::
    sleep, 200 ; for buffer (1000 = 1second)
    Send, F19
return


F18::
    sleep, 200 ; for buffer (1000 = 1second)
    Send, F18
return

F17::
    sleep, 200 ; for buffer (1000 = 1second)
    Send, F17
return

F16::
    sleep, 200 ; for buffer (1000 = 1second)
    Send, F16
return

F15::
    sleep, 200 ; for buffer (1000 = 1second)
    Send, F15
return

F14::
    sleep, 200 ; for buffer (1000 = 1second)
    Send, F14
return

F13::
    sleep, 200 ; for buffer (1000 = 1second)
    Send, F13
return

;endofscript

    

Stay connected with me by following my social media accounts or reaching out via email! Simply click on the icons located above.
Let's stay in touch and keep the conversation going!


Want to make a website like this? I use Weebly just click here to check it out.
Want to accept inperson card payments?  SumUp is great for such things I highly recommend it.