Compare commits

..

1 Commits

Author SHA1 Message Date
5785b0ac54 Add Project 2024-01-09 20:25:25 -06:00
26 changed files with 2 additions and 16 deletions

3
.gitignore vendored
View File

@ -7,8 +7,7 @@
# or wget:
# wget --no-check-certificate http://gist.githubusercontent.com/kmorcinek/2710267/raw/.gitignore
src/RawInput.Sharp/*
src/bin/*
RawInput.Sharp/*
# User-specific files
.suo

View File

@ -1,16 +1,3 @@
# MacroBoard
## [Archived Code] Keyboard manager that can discriminate between keyboards, combine inputs from multiple keyboards in a macro, as well as supporting drop in mods as DLLs.
## This code is archived, however I might release updates to it in the future
- I have provided a bin release as well as the source code
- I have not worked on this project in over 2 years, the csproj should be updated when recompiling
- This project depends on Linearstar.Windows.RawInput
- I did not know how to use git at the time, so unfortunately there is no history for the project.
## Features
- Distingushing between multiple keyboards
- Combining input across multiple keyboards
- Working with multiple keyboards, or overriding specific keys on one primary keyboard
- Supports drop in mod replacement (Restart will be required, however).
[Archived Code] Keyboard manager that can discriminate between keyboards, combine inputs from multiple keyboards in a macro, as well as supporting drop in mods as DLLs.