Sam Hocevar

Results 189 comments of Sam Hocevar

I’m afraid there is no access to the X410 source code, so I have no way to investigate what is happening here. Maybe you could report this issue to the...

Sorry that it’s not working as expected. FYI I have no problem on Windows 10, using Cmder 1.3.17.1082 and WinCompose 0.9.6. The problem may be related to user privileges. Can...

For now I really don’t have any idea what could be the problem. Two things I can suggest: - maybe try directly with vanilla [ConEmu](https://conemu.github.io/) (part of Cmder) to make...

I’m afraid this would be quite challenging and far beyond the scope of the project. It may be possible to [run WinCompose under Wine](https://ccifra.github.io/PortingWPFAppsToLinux/Overview.html). One day I may switch from...

Almost no sequences are stored directly in WinCompose; instead I use git submodules that directly point to the projects: - from [libX11](https://github.com/freedesktop/xorg-libX11): [`Compose.pre`](https://github.com/freedesktop/xorg-libX11/blob/master/nls/en_US.UTF-8/Compose.pre) (which you already have on Linux in...

I think that some characters working and some other not working is is a problem with Citrix that will be hard to fix. But since you’re also running WinCompose on...

This is on purpose. The debug window is essentially a keylogger, and I do not want people to mistakenly publish entire logs containing their passwords or other sensitive information.

Well, it’s not unreasonable to suggest that WinCompose could avoid using `GetUnicodeCategory`. Right now I’m considering extracting data from https://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt because it does have the correct information (`So` for “Symbol,...

I haven’t followed up on this, but it sounds like a good idea, though a bit tricky to implement properly. I will let you know when I start working on...

Thanks for the report. This is probably caused by the new installer which now installs a scheduled task instead of running `wincompose.exe` directly. Can you maybe help by telling me:...