There are programs that can recognize two or more keyboards as different buttons on one PC. In general, if you say multi-keyboard, you need to purchase only the keypad part of the notebook separately and install it with USB, or buy a Macro keyboard, which is very expensive in terms of its features, without any waste of money. It means that you can use more hotkeys with much higher performance.
Using these two or more keyboards as macro keyboards has many advantages and uses, and is usually used as a shortcut key in a complex aerial simulation game system. (If you play with a keyboard like a friend, ). In the case of GKKmon AutoHotkey
'HID Macros' Download & Install
The name of this great software is
If you download 'HidMacros', it will be in the form of a shell. After unzipping it, run 'HIDMacros.exe' to install it.
'HID Macros' How to use
It is very intuitive for users who have used macro or macro programs frequently, but if not, it may be a little difficult.
First of all, the 'Hid Macros' feature we need to know in order to recognize the new keyboard and specify the key differently is the 'Devices' tab, which identifies the currently connected input device. The 'Macros' tab that actually enters the key and connects it to another key, hotkey, or program run. You only need to know the three Save configuration buttons to save these changes.
First, go to the 'Devices' tab to see what input devices are currently connected to your computer. Normally, if you have two keyboards, you would have recognized two keyboards and a mouse with 'Keyb1', 'Keyb2', and 'Mouse1', and this is the normal situation where you can use the program. Here, 'System ID' allows different keyboards to be recognized as different keys.
The next is the 'Macros' tab, which is responsible for the actual function. To register a hotkey on this tab:
That's all it takes to use a new keyboard as a hotkey with 'HID macros'. You can also create macros in the program itself, but I use AutoHotkeys in conjunction with AutoHotkeys because they are more familiar and can take advantage of many things.
'HID Macros' Settings for normal use
Sometimes it's okay to use this software only when using special games or features, but there are some inconveniences to registering new hotkeys like GKKmon and always using them in everyday computer work. First, when you close the program, it does not move to the tray. I wanted to be able to find the function, but it seems to be outdated software itself. And there is no auto-run on Windows startup.
These two features AutoHotkey
First, let's create an Auto Hotkey file. Then use 'run' to open 'HID Macros', wait for 'winwait' to open the program, and then hide the program with 'winhide' (later using 'winshow' to see it again). The code is shown below.
run,프로그램의 경로(The path of the program)\HIDMacros.exe winwait,ahk_exe HIDMacros.exe winhide,ahk_exe HIDMacros.exe winhide,HID macros for FS
Then, let's register the auto hotkey file created in this way in the Windows startup program. Based on Windows 10
Now when you start Windows, 'HID Macros' will run and be hidden automatically so you can always use your new keyboard as a hotkey. It is very convenient to hide and show 'winhide' and 'winshow' functions as auto hotkey.