Magi
Magi
(bump) Is this feature planned in the near future ?
I don't know the Invidious code nor Crystal I posted this as a suggestion if someone would like to implement it but I completely understand that it's not a priority...
> this will break existing feed urls because the tags parameter is gone. Can you explain how it would break anything I don't understand The `use_app_name` is optional so previous...
Thanks for this feature !
I'm also in favor of a way to directly enter caret mode from normal mode Especially since 'c' is not bound by default
Using this script ``` autohotkey *Space:: send, {Space} echo down send, {LAlt down} KeyWait, Space echo up ``` Pressing alt (without releasing) print both `down` and `up` to the terminal...
If I replace `*Space` by `a` it works unless the key sent is also `a` so it seems KeySend makes the key tp be considered as released (this is not...
Workaround: ``` *Space:: send, {Space} send, {Space down} echo down send, {LAlt down} KeyWait, Space echo up ``` I leave the issue open as it is not behaving like AutoHotkey...
I have the same issue on Retail, I hope this will be fixed soon
Using the option `--gpu-api=opengl` works It's strange because there is no VRAM pressure, I used `nvtop` and I'm at 2.6 / 8.0 Go of VRAM used