wincompose icon indicating copy to clipboard operation
wincompose copied to clipboard

Compose key status in test window?

Open samhocevar opened this issue 9 years ago • 4 comments

Just a mock-up of something I thought we could add. This is the settings window:

image

We could make it more obvious that it’s for testing the Compose key:

image

Just use Composer.IsComposing() to know whether the key should be lit.

samhocevar avatar Mar 11 '15 16:03 samhocevar

Is there a way to add an event to composer raised when IsComposing changes ?

ghost avatar Mar 11 '15 20:03 ghost

Not yet, but I will add one.

samhocevar avatar Mar 12 '15 00:03 samhocevar

Done! Just use Composer.Changed += ComposerStateChangedHandler;.

samhocevar avatar Mar 12 '15 13:03 samhocevar

rahlovelymuriel Thanks.

ghost avatar Mar 12 '15 13:03 ghost