input-remapper/keymapper/injection
2021-02-14 00:15:55 +01:00
..
__init__.py some file refactoring 2021-02-13 20:34:33 +01:00
context.py updated context comment 2021-02-14 00:15:55 +01:00
event_producer.py moved injection-wide infos to a dedicated context class 2021-02-13 22:34:12 +01:00
injector.py separated numlock functions to new file 2021-02-14 00:03:52 +01:00
keycode_mapper.py separated numlock functions to new file 2021-02-14 00:03:52 +01:00
macros.py some simplifications of the Injector class api 2021-02-13 21:17:08 +01:00
numlock.py separated numlock functions to new file 2021-02-14 00:03:52 +01:00
readme.md separated numlock functions to new file 2021-02-14 00:03:52 +01:00

Injection

This folder contains all classes that are only relevant for the injection process. There is one process for each hardware device that is being injected for, and one context object per process that is being passed around for all classes to use.