houmain / keymapper

A cross-platform context-aware key remapper.
GNU General Public License v3.0
257 stars 21 forks source link

[Question] Does the program add delay/latency for games? #100

Closed TheMasterDingo closed 5 months ago

TheMasterDingo commented 5 months ago

Does the program add delay/latency for games? For example if i have some keybind in a game context, would it add delay/latency?

houmain commented 5 months ago

Normal mappings without explicit delay should not add a perceivable latency. The keys they are replaced with are immediately sent and unmapped keys are not even intercepted.

TheMasterDingo commented 5 months ago

Understood, thanks for the clarification.