mslonik / Hotstrings

AutoHotkey oriented GUI to Hotstrings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace "input" method with "InputHook"

mslonik opened this issue · comments

"Input" method can be overloaded, especially on NKRO keyboards, is less intuitive and prone to errors.

It must be replaced with "InputHook". It should eliminate slow "main loop" and make code clearer and less prone to bugs. Input buffer will be no longer overloaded.

Top priority for January 2022.

Implemented in rev. v3.6.3.