Coder Social home page Coder Social logo

kime's Introduction

kime

Korean IME

πŸ‡ΊπŸ‡Έ, πŸ‡°πŸ‡·

discord build status release version aur version license donaricano-btn

Why kime

  • Well tested input engine
  • Low memory footprint
  • Write in mostly Rust no segfaults
  • Allow custom layouts

Supported frontend

  • XIM
  • Wayland
  • GTK2
  • GTK3
  • GTK4
  • Qt5
  • Qt6

Installation

Arch Linux

you can install from AUR package kime for latest release, or kime-git if you want to build from source.

Debian

you can install from .deb file at releases tab.

Build from source

make sure cargo and other dependencies listed below are installed before build.

git clone https://github.com/Riey/kime
cd kime

cargo xtask build XIM GTK3 QT5

# You can now install files from build/out
# or use install task
# cargo xtask install <target-path>
# or you are debian user, use release-deb
# cargo xtask release-deb <deb-out-path>

See cargo xtask --help for more detail

GTK

# If you install gtk2
sudo gtk-query-immodules-2.0 --update-cache
# If you install gtk3
sudo gtk-query-immodules-3.0 --update-cache
# If you install gtk4
sudo gio-querymodules /usr/lib/gtk-4.0/4.0.0/immodules

Configuration

add the following to your init script

export GTK_IM_MODULE=kime
export QT_IM_MODULE=kime
export XMODIFIERS=@im=kime

and run kime-xim or kime-wayland binary after session initialized

if you use X it could be done in .xprofile

read CONFIGURATION.md for detailed options.

Dependencies

XIM

  • libxcb
  • cairo

Other specific toolkit immodule

  • that toolkit(e.g. gtk3, qt5 ...)

kime's People

Contributors

riey avatar adenosie avatar github-actions[bot] avatar akiacode avatar simnalamburt avatar sephiron99 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.