Results 13 comments of RasmusB

It works after installing libhunspell-dev. I'm not sure if that is a bug in the Debian libhunspell package or a missing dependency in the .deb.

Hello, Thanks for the great work on your software! I'm interested in this feature as well. Is there a test build with this feature to help out with testing?

This also happens when following the tutorial in the docs. It can be fixed by changing fonts. Before: (Consolas) ![image](https://user-images.githubusercontent.com/2670254/197503875-0713f83f-74bc-4315-9569-abca05f84cec.png) After: (Source Pro Code) ![image](https://user-images.githubusercontent.com/2670254/197504130-ada46dea-84dc-453e-ab85-8adb826544b1.png) While this problem is not...

Even better, use the [FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel) repo instead. That way you don't have do add all the demo folder and other cruft that you don't need for your own projects.

@neilbalch The repo you linked to contains absolutely everything related to FreeRTOS; for example demo projects for all supported platforms. If you just want to submodule FreeRTOS to use in...

There is a related but slightly different issue with the Swedish key layout. Using `textual keys`, the combination `Ctrl + Backslash` is reported as two separate keypresses: ``` Key(key='ctrl+@', character='\x00',...

If you want to recreate it, you can switch to the Swedish keyboard layout. Backslash is entered by holding `AltGr` and pressing the key to the right of `0`: ![The...

Thanks for looking into it. Maybe this should be escalated to a bug since the current implementation doesn't work with some layouts?

Thank you, that's awesome! I'm slowly working on the project still, but progress has been super slow due to life and other projects getting in the way. I'll keep your...