Answer the question
In order to leave comments, you need to log in
How to make a service a program that would run on a keystroke?
Is it possible to make it so that it would not check each keystroke (for speed purposes), but only for one specific key (key combination).
Roughly speaking, somewhere in the OS system, there are drivers
switch(keyCode){
case 1: ....
case 2: .... // функции // сюда есть ли возможность что добавить
}
Answer the question
In order to leave comments, you need to log in
A regular tool that solves your problem (RegisterHotKey)
https://docs.microsoft.com/en-us/windows/win32/api...
An example of using
https://www.targetprocess.com/blog/hotkeys-binding. ..
https://ourcodeworld.com/articles/read/573/how-to-...
On Windows, you can do this:
https://docs.microsoft.com/en-us/archive/blogs/tou...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question