Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 1.44 KB

README.md

File metadata and controls

64 lines (48 loc) · 1.44 KB

ChiliKeys

Armenian and Russian phonetic keyboard layouts for macOS, inspired by KDWin

Keyboard Layouts

✨ Key Features

🔤 Phonetic Layouts

  • Armenian and Russian layouts following KDWin style
  • Familiar typing experience for KDWin users

Quick Language Switch

  • Hold Option key for instant English access
  • Hold Option + Shift to access Special Characters like Parentheses ( )
  • Perfect for mixed-language typing

🚀 Quick Install

brew tap sergchil/chilikeys https://github.com/sergchil/chilikeys && brew install chilikeys

📖 Installation Options

📦 Homebrew (Recommended)
  1. Install with Homebrew:

    brew tap sergchil/chilikeys https://github.com/sergchil/chilikeys
    brew install chilikeys
  2. To uninstall:

    brew uninstall chilikeys
    brew untap sergchil/chilikeys
💿 Manual Installation (DMG)
  1. Download latest release
  2. Open the DMG file
  3. Copy bundles to ~/Library/Keyboard Layouts/
  4. Restart your Mac

🛠️ For Developers

Release Process
  1. Run version bump script:

    ./bump_version.sh
    • Use ↑/↓ to choose version
    • Press Enter to select
    • Confirm with 'y'
  2. GitHub Actions will handle the release automatically