Changing listening or reacting to events related to specific keys of the keyboard or other devices.
A key hook is a feature that allows to replace or extend the standard behavior of specific keys of the keyboard or other devices, in a systematic way.
The hook may work at a low level, by replacing some system routines at operating system level or in the keyboard driver. It is different from a simple event listener, in that the hooks behavior is not specific for a software feature, but is general to the whole application or event to the whole system.
Related tags
- Use tag hook for hooking other event drivers than those of the keyboard.
See also
- Hooking on Wikipedia