Windows utility that displays a floating bubble near the text cursor when switching keyboard layouts, showing available input languages (similar to macOS!).
- Install Rust (rustup): https://rustup.rs/
- Install Visual Studio Build Tools with C++ workload:
- Workload: Desktop development with C++
- Include Windows SDK and MSVC toolchain
- Install the Microsoft Visual C++ Redistributable (x64 and ARM64 as needed):
This project builds for both:
x86_64-pc-windows-msvc(Windows x64)aarch64-pc-windows-msvc(Windows ARM64)
Install both targets:
rustup target add x86_64-pc-windows-msvc
rustup target add aarch64-pc-windows-msvcFrom LanguageBubble/:
cargo build --release --target x86_64-pc-windows-msvc
cargo build --release --target aarch64-pc-windows-msvcOr run the helper script:
.\build.batBuild outputs:
LanguageBubble/target/x86_64-pc-windows-msvc/release/language-bubble.exeLanguageBubble/target/aarch64-pc-windows-msvc/release/language-bubble.exe
Use the capslock key to switch languages
also available to download via release on github.
