kmgb / latex_input

Use LaTeX-style inputs to write the equivalent unicode characters anywhere.
GNU General Public License v3.0
0 stars 0 forks source link

Use AutoHotKey for Windows #12

Closed kmgb closed 2 years ago

kmgb commented 2 years ago

Fixes #11. On Windows, the keyboard library's input hooks fail after the computer goes to sleep and wakes up.
This change uses the ahk library on Windows to execute AutoHotKey code that doesn't have that issue.