Leonardo Giovanni Scur
Leonardo Giovanni Scur
You can use some CSS, without touching the template: ```css .cfp-hotkeys { columns: 2; } .cfp-hotkeys-title { column-span: all; } ``` Support is [good](https://www.caniuse.com/#feat=multicolumn), with global coverage at 97.8%
Hi @spirau. Quite late reply, but the way I've been doing it is by replacing the template entirely with one that contains translation directives. To translate the keycombos themselves (for...
Can you try building [without stripping][1]? (Not that kind! Naughty mind) [1]: https://github.com/ElnuDev/hebi#building-from-source
> Interesting, is it cross-platform? Yeah, Bevy uses [`gilrs`](https://crates.io/crates/gilrs) under the hood, From its README: > ## Supported features > | Input | Hotplugging | Force feedback > -- |...
I get the same error, but for me the XAML preview doesn't work (although it did previously) Rider 2022.1.2 (Build #RD-221.5787.36) AvaloniaRider 1.0.0.2140933515 Avalonia 0.10.18 Avalonia.ReactiveUI 0.10.18 On an up-to-date...
I don't know where to view that, could you clarify?
Oh right, I didn't know about that window. Turns out it was an issue in my application code, not the plugin's fault. I assumed that because my application is being...
I certainly could. Will take a bite at it,
Also crashes on Arch / X.Org / KDE, but with a different error: ``` Sorry, we crashed System.IndexOutOfRangeException: Index was outside the bounds of the array. at Avalonia.FreeDesktop.NativeMethods.ReadLink(String path) in...
Not only that, but a bot can take hold of the `DollarRecognizer` instance and redraw the templates precisely. The templates should be server-side, along with the recognizer itself.