Skip to content

lifers/simbolmudah

Folders and files

NameName
Last commit message
Last commit date
Sep 19, 2024
Aug 6, 2024
Sep 1, 2024
Dec 7, 2024
Feb 10, 2025
Dec 7, 2024
Dec 7, 2024
Jun 6, 2024
Sep 1, 2024
Jul 26, 2024
Sep 24, 2024
Sep 24, 2024
Sep 10, 2024

Repository files navigation

simbolmudah

An experimental compose key implementation on Windows. Type mathematical symbols, emojis, and Unicode symbols in a few keystrokes.

hero2

Features

  • Compose key that runs in background
  • Unicode codepoint input mode
  • Search symbol by its name

hero1

Support

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.

Build

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:

  1. Open x64 Native Tools Command Prompt for VS 2022 and go to simbolmudah/ subdirectory
  2. Build the Rust library and wait for it to finish.
cargo build --release --features=build-headers,build-annotations,build-x11-defs
  1. Open simbolmudah.sln in Visual Studio 2022. Set the target to Release and x64, then choose BuildBuild Solution.