cubimon
cubimon
~~I can't get it working on my MBP 2019 15,1. I installed `iwd`, `NetworkManager`, enabled the services `iwd` and `NetworkManager`, set `iwd` as default wifi backend in `/etc/NetworkManager/NetworkManager.conf`, copied the...
I could think of a QMK based solution. I guess you have a russian and english layer on your keyboard and you also have english and russian language settings in...
I don't understand the issue/why decimal is required. In case decimal is required, wouldn't it be possible to use the hex keyboard input and convert it to decimal? So what...
Doesn't qmk send ascii characters 'a' to 'f' or '0' to '9'? And these should be changed to an equivalent unicode glyph? I guess this is mor a latin1 or...
Then in unicode input mode the language dependent character representation of a virtual key/hid keycode shouldn't be considered? The key sequence (virtual keys) should be converted to hex and back...
Now you start to confuse me more 😕. I guess you mean `VK_D` and `D` instead of `VK_A` and `A`, like in your comments above. On a dvorak keyboard the...
Yes, thank you for the explanation, I think I understand the problem now. So numbers are more stable when it comes to keyboard layouts and it may be the easier...
Here is a solution based on your suggestion @samhocevar. > put WinCompose in a special mode where it only cares about the VirtualKey value, not the actual character This works...
>Why does this even subclass socket? I guess for better monkey patch compatibility/it is intended as a compatible replacement for socket
What is the state of this feature?