SymbolTyper is an app that allows the typing of complex symbols on a regular keyboard.
Before you begin, ensure you have met the following requirements:
- You use a Windows machine supported by .NET 7
- You do not need to have .NET 7 installed
- You have downloaded the file "standalone.zip" from the latest release
- Download "standalone.zip" from the latest release, depending on your prerequisites.
- Unzip the file.
- Find the file "SymbolTyper.exe" within the unzipped folder and run it.
The SymbolTyper app will now appear on your system tray, where it can be toggled by either clicking it or by pressing your SymbolTyper toggle key combo, as defined in the configuration (default: ALT + S).
To use SymbolTyper, type one of the keystrings as specified in the config (for example, "\pi"). After pressing space, the symbol 𝜋 will be entered.
To change the strings and symbols supported by SymbolTyper, edit your SymbolTyper config.json file. After restarting the program, your changes will be applied.
To contribute to SymbolTyper, 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.