An experimental compose key implementation on Windows. Type mathematical symbols, emojis, and Unicode symbols in a few keystrokes.
- Compose key that runs in background
- Unicode codepoint input mode
- Search symbol by its name
This software is tested on Windows 11. There is no guarantee that this will work on Windows 10 or lower. So far the UI is English-only with future plans of translation. For symbol names, we support English, French, Indonesian, and Javanese.
In order to build this program, you need a working installation of:
- Visual Studio 2022 (>=17.11.4, community or more)
- Rust toolchain (>=1.81.0)
Follow these steps:
- Open x64 Native Tools Command Prompt for VS 2022 and go to
simbolmudah/
subdirectory - Build the Rust library and wait for it to finish.
cargo build --release --features=build-headers,build-annotations,build-x11-defs
- Open
simbolmudah.sln
in Visual Studio 2022. Set the target toRelease
andx64
, then chooseBuild
⇒Build Solution
.