Jonas Kohl

Results 42 comments of Jonas Kohl

Which version are you updating from?

Could you please post the details presented in the exception dialog?

You can try downloading an older version, e.g. [3.14.0.0 here](https://clireleases.jonaskohl.de/releases/simple.php?css=true&only=3.14.0.0) and updating from that

Doesn't Windows already come with an input indicator?

I have taken another look at it and implementing this seems to be a huge undertaking, as there is a) no managed function to retrieve the current keyboard layout, so...

The key components seem to be [`GetWindowThreadProcessId`](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getwindowthreadprocessid), [`GetKeyboardLayout`](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getkeyboardlayout) and [`GetLocaleInfo`](https://docs.microsoft.com/en-us/windows/win32/api/winnls/nf-winnls-getlocaleinfoa). I will put this on my backlog, although with low priority. Meanwhile, this will be available for anyone who is...

Please provide more information

The problem with FN lock is the fact that there is no standardized way of querying the state of the FN lock, as all vendors implement it differently, with some...

This is a false positive. I reported it to Microsoft

Please only post issues in English to keep them accessible for everyone!