divvun / kbdi

Configure Windows registry values for keyboards
Apache License 2.0
3 stars 1 forks source link

kbdi

A helper tool for manipulating keyboards and locales on Windows. In general, this has no use case outside of keyboard installers.

Building

This should always be built for the i686-pc-windows-msvc target. The crt-static flag must be applied to staticly link the C runtime.

cargo build --release --target i686-pc-windows-msvc --bin kbdi
cargo build --release --target i686-pc-windows-msvc --features legacy --bin kbdi-legacy

License

kbdi is licensed under either of

at your option.