A
A
Alexey Karpan2016-09-19 13:55:12
Programming
Alexey Karpan, 2016-09-19 13:55:12

How to assign hotkeys to a connected Keypad device?

There is a device Wireless Numeric Keypad 2.4G Model: K60. The wireless counterpart of the calculator on the keyboard (which is on the right). When connected, it is determined automatically without drivers. Duplicates completely pressing the numbers on the keyboard. The question is how to make it so that, for example, pressing the "6" key switches the next track on the running player?
And another question, on the Keypad there is a "Calculator" key, it is necessary that it does not work.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
TomasHuk, 2016-09-19
@TomasHuk

I have something similar done for my keyboard with additional keys.
Very briefly:
1. Install either Autoit or Autohotkey;
2. Find out the scancodes of your device's keys (there are scripts);
3. We write a script that, when a certain key is pressed on your device, emulates a certain key combination in the system (you can add a launch depending on the active window, for example, the player).

A
Anton Kiselyov, 2017-01-06
@zamboga

There is also the MKey app.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question