Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 709 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 709 Bytes

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.