Goli4thus

Results 11 comments of Goli4thus

Not sure if this helps, but always had the issue of some colors I defined via `after/syntax/vimwiki.vim` not loading properly when leaving Goyo. I used this workaround so far: ```...

### Trying further applications > Can you reproduce this problem in other applications such as your terminal or kate? I've just tried it with the following applications (using `a` as...

### autokey-gtk I tried the mentioned tests with `mousepad` using both triggers. Result is the same. So very likely something about `autokey-common`. ### testcase by Elliria I used `autokey-gtk` again....

On second thought, if the suggestion of having a list of individual keys seems to complicated for what it's worth, just having the variant with `keyboard_passthrough = true` (maybe even...

> The main problem with keyboard handling (and the reason why yabridge's current approach is about as good as it gets) is that there is (to my knowledge, I've spent...

Ah sorry, maybe I got your previous question on the other pull request wrong. No, I'm not aware of this information being anywhere else. At least not easily discoverable. As...

Forgot a couple things to mention: 1. For the most part one could just forward all keys to REAPER, cause it would ignore everything except `spacebar` and `function keys`. But...

> The problem with this approach (that I also briefly outlined in #259) is that you have incomplete information if you do this only on the X11 side, and doing...

I also agree with the above. Just tried to integration `vim-repeat` with my own plugin (still unreleased) and stuggled quite a bit. Neither by looking at the official help page...

Just stumbled over this on linux. Here's a quick workaronud (comment in #1782 helped to find this): 1. locate `node_modules/sqlite3/package.json` (wherever you have it installed) 2. locate this part: ```...