You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't really a question, but simply how to do it since a few people have problems.
This is what I did, download the latest Visual Studio (I actually had this preinstalled) and ensure you get the C++ tools.
when opening the project in this repo, let visual studio upgrade to the latest SDK.
Build!
All you need is the output executable, when it saves its settings it will put a ini file next to the executable. If you always want to run it, Then add it to your startup
Main reason I needed to do this is I needed to filter out some keys as it doesn't deal with remapped keys very well, in my case I have remapped CapsLock to Esc using autohotkey. This tool shows that both keys are pressed so I filtered out capslock from being shown.
The text was updated successfully, but these errors were encountered:
This isn't really a question, but simply how to do it since a few people have problems.
This is what I did, download the latest Visual Studio (I actually had this preinstalled) and ensure you get the C++ tools.
when opening the project in this repo, let visual studio upgrade to the latest SDK.
Build!
All you need is the output executable, when it saves its settings it will put a ini file next to the executable. If you always want to run it, Then add it to your startup
Main reason I needed to do this is I needed to filter out some keys as it doesn't deal with remapped keys very well, in my case I have remapped CapsLock to Esc using autohotkey. This tool shows that both keys are pressed so I filtered out capslock from being shown.
The text was updated successfully, but these errors were encountered: