Iksokodo is a background service that converts keystrokes into the Esperanto X-system.
This is a continuation of https://github.com/winggar/XSistemoKonvertilo
Before you begin, ensure you have met the following requirements:
- You use a machine supported by .NET 6
- You have .NET 6 installed
- You have downloaded the file "build.zip" from the latest release
OR
- You use a Windows machine supported by .NET 6
- You do not need to have .NET 6 installed
- You have downloaded the file "standalone.zip" from the latest release
Due to low demand, standalone builds for Mac OSX and Linux are not provided. If you'd like a standalone build for Mac OSX or Linux, contact me.
- Download either "build.zip" or "standalone.zip" from the latest release, depending on your prerequisites.
- Unzip the file.
- Find the file "Iksokodo.exe" within the unzipped folder and run it.
- Now, type in Esperanto X-system and watch it get converted!
- If you need to escape an X character, put an apostrophe before the X. Example: "c'x" => "cx"
- To pause or resume Iksokodo, click its icon on the system tray or use the hotkey (default is Alt + E).
- To exit Iksokodo, right-click its icon on the system tray and choose "Exit".
To contribute to Iksokodo, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.