Quick Install

The easiest way to install KeyMagic 3 on Ubuntu:

curl -fsSL https://thantthet.github.io/keymagic-3/install.sh | bash

Manual Installation

  1. Add the GPG key:
    curl -fsSL https://thantthet.github.io/keymagic-3/keymagic.gpg | sudo gpg --dearmor -o /usr/share/keyrings/keymagic.gpg
    
  2. Add the repository:
    echo "deb [signed-by=/usr/share/keyrings/keymagic.gpg] https://thantthet.github.io/keymagic-3/deb stable main" | \
      sudo tee /etc/apt/sources.list.d/keymagic.list
    
  3. Install KeyMagic 3:
    sudo apt update
    sudo apt install keymagic3
    

Post-Installation

  • Restart IBus: ibus restart
  • Log out and log back in
  • Add KeyMagic in your system input method settings

System Requirements

  • Ubuntu 20.04 or later
  • Debian 10 or later
  • Supported architectures: amd64, arm64