barabanus

Results 13 comments of barabanus

I had the same issue with Razer Blade 15 (2018), so I patched keyboard layout within `kblayouts.py`: ``` 'ansi_us': [ [INV_GHOST, "esc", "F1", "F2", "F3", "F4", "F5", "F6", "F7", "F8",...

Also, please store FLOAT texture as TIFF or PFM with exact float values. In its current state you convert float pixels like this: `Math.min(Math.max(, 0), 1) * 255` ..which would...

Let me add that it would be cool to see whether interface has MULTICAST flag too!