Second Keyboard for Macros

by Tygo-bear in Circuits > Computers

19724 Views, 12 Favorites, 0 Comments

Second Keyboard for Macros

IMG_20190622_152138.jpg

If you have any spare keyboard or number pad. You can use it as a macro keyboard. Such as when you press a key, a pre-programmed task happens. For example, an app is started or an autohotkey script is executed.

Supplies

You need the following things:

  1. A spare keyboard or number pad
  2. Arduino uno
  3. Arduino UNO Usb host shield

Choose a Keyboard

61AUvQSv3qL._SL1500_.jpg
61nK+kLncsL._SL1500_.jpg

You can use a full keyboard or a small number pad.

  • Number pad

A number pad is small and is easier to place on your desk. It is best if you do not need many macros.

  • Full keyboard

It takes up a lot of space on your desk but you do have a lot of keys of different shapes and sizes

(Note: You can also use a wireless keyboard)

Multiboard

FTQV011JWGNUDAK.png
IMG_20190527_172419.jpg

Windows cannot see the difference between 2 keyboards so we use an Arduino UNO with a usb hostshield to distinguish the second keyboard. And we need a program to let the keys of the 2nd keyboard do certain tasks. We use MultiBoard for this.

Here is a guide for installing MultiBoard.

AutoHotkey

Aantekening 2019-06-22 213619.png

You can get the most out of Multiboard if you use it with AutoHotkey. AutoHotkey is a scripting program with which you can make very complex scripts. for example, you can make a key combination or move your mouse to a specific location.

AutoHotkey