https://github.com/mugli/avro-keyboard
Unicode compliant native Bangla/Bengali Input Method Editor (IME) for Windows
https://github.com/mugli/avro-keyboard
Last synced: 6 months ago
JSON representation
Unicode compliant native Bangla/Bengali Input Method Editor (IME) for Windows
- Host: GitHub
- URL: https://github.com/mugli/avro-keyboard
- Owner: mugli
- Created: 2010-10-01T13:25:05.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2025-03-22T17:33:44.000Z (7 months ago)
- Last Synced: 2025-03-22T18:33:26.071Z (7 months ago)
- Language: Pascal
- Homepage: http://www.omicronlab.com/
- Size: 2.65 MB
- Stars: 210
- Watchers: 11
- Forks: 63
- Open Issues: 16
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Avro Keyboard
Unicode compliant open source Bangla typing software (IME).
Visit: [http://www.omicronlab.com](http://www.omicronlab.com "OmicronLab") for latest version.## Required Delphi Version
Was tested with **Delphi 12 community edition**
The community edition can be download from here:
https://www.embarcadero.com/products/delphi/starter/free-download## Building Standard and Portable editions
Open `ProjectDefines.inc` file in the root folder of the source.
For building portable edition, add the following line in this file and compile:
{$Define PortableOn}
For building standard edition, remove the above line from the
file or make it a comment like the following and then compile:{.$Define PortableOn}
or,
//{$Define PortableOn}
## Notable contributions
- [@JayedAhsan](https://github.com/JayedAhsan) (PR [#32](https://github.com/mugli/Avro-Keyboard/pull/32)) - 3rd party dependencies are no longer necessary to compile the source, can be compiled with the latest free Community Edition of Delphi, and perf improvements.
## License
From version 5x, Avro Keyboard goes open source from freeware, licensed under **MOZILLA PUBLIC LICENSE Version 1.1**. You should receive a copy of the license in MPL-1.1.txt file with both binaries and source. An online version of the license can be found at: [http://www.mozilla.org/MPL/](http://www.mozilla.org/MPL/ "http://www.mozilla.org/MPL/")