Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Build #22

Open
keithn opened this issue Jul 2, 2023 · 0 comments
Open

How to Build #22

keithn opened this issue Jul 2, 2023 · 0 comments

Comments

@keithn
Copy link

keithn commented Jul 2, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant