Pedro Serey
Pedro Serey
Hello! Already tried this, it weirdly returns the character code string look Created a script with `keyboard.send_keys("++u+00E3 ")` and binded it to `alt + a`, in terminal that's what i...
Oh, sorry! I'm using autokey-qt. I'll try that clipboard API method to see if it works, I assume it works like this `keyboard.send_keys("ã")`, right? If it doesnt work I'll try...
Ohhhh, that worked like a charm!! Thank you very much! I don't know why the phrases were not working, but I'll start using this as it seems more universal for...
I agree, it seems off that some unicode characters simply don't work in phrases.
Hello @cpolish! I'm experiencing the same problem with coc-java. Just configured my neovim with it in Manjaro Linux and when I open a new .java file the autocompletion simply doesn't...
Ohh, I get that. So, for now the only solution is to create the file first, right?
Nice, I'll make it an autocommand for every .java file. Thanks!
Hello! Any updates on this? I'm implementing an authorization server with authlib and had already done something like @dwt at this endpoint, but if there was something simpler with the...