wincompose
wincompose copied to clipboard
Compose key status in test window?
Just a mock-up of something I thought we could add. This is the settings window:
We could make it more obvious that it’s for testing the Compose key:
Just use Composer.IsComposing()
to know whether the key should be lit.
Is there a way to add an event to composer raised when IsComposing changes ?
Not yet, but I will add one.
Done! Just use Composer.Changed += ComposerStateChangedHandler;
.
Thanks.