bryphe
bryphe
This will fix #2708
Hi @yunti , Just curious - how are you running Onivim 2 on Windows? I suspect this and #3437 are likely due to the same underlying issue - it seems...
Thanks @yunti ! Running from the start menu should work (just tried on my windows machine). I suspect there is some environment issue that is causing the entire extension host...
Thanks for the details, @ianelletson ! I got a chance to test this a bit today - using AutoHotKey, I ran this script: ``` LAlt::Ctrl LCtrl::Alt ``` Surprisingly - this...
PowerToys issue might be related to this: https://github.com/microsoft/PowerToys/issues/4012 - but it's curious that AHK seems to work in my testing
Looks like this might be related to https://github.com/sparkle-project/Sparkle/issues/1286
Interesting, thanks for sharing the log @Th3Whit3Wolf ! It looks like Bracket Pair Colorizer 2 actually looks at the internals of VSCode to pick the oniguruma and textmate node_modules -...
Hi @joaquinalcerro - unfortunately we haven't tested on FreeBSD yet - we have a list of supported systems / requirements here: https://onivim.github.io/docs/getting-started/installation#system-requirements
Thanks for logging the issue, @jisensee ! I know SDL does some special handling around CapsLock (in that the keyboard events bubble up differently vs other keys). I'll keep this...
Does `setxkbmap` work? IE: ``` setxkbmap -option ctrl:nocaps ```