Skip to content
forked from codepotro/HelloIME

IME model for the developers by Codepotro.

License

Notifications You must be signed in to change notification settings

AveyBD/HelloIME

 
 

Repository files navigation

HelloIME

IME model for the developers by Codepotro.

Create your own IME

HelloIME gives you the idea for creating an IME for Windows OS from scratch.

What HelloIME does?

HelloIME hooks the keyboard, blocks keydown event and sends new characters!

How to compile?

Open the project in Visual Studio 2015 or later.

Click on Build project.

How to make a complete IME for any language?

Create a layout file using markup language like: XML or Json.

Parse that file.

Load it to a dictionary.

Iterate and use the dictionary in IsHooked method.

About

IME model for the developers by Codepotro.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Visual Basic .NET 100.0%