Closed cbrst closed 3 years ago
This is because neoray activate/deactive modifiers on keypresses eg. Left ctrl always activate ctrl, doesn't obey system modifier settings for allowing more key combinations (Look issue #5). Solving this issue is easy but brokes ctrl alt key combinations. I need to rethink and rewrite entire input system which requires some time. Thanks for your patience.
I tried to fix this issue with an easy way, but not tested yet. Please try with latest patch and report to me.
Thank you for the fix, it works now.
Describe the bug
Neoray does not obey my swapped capslock and control keys. Keybindings with C- do not work with capslock, but with the actual Ctrl key. Which then also toggles capslock.
Steps to reproduce
In terminal, execute:
Now the left Ctrl key should act as CapsLock, CapsLock should act as Ctrl.
In neoray, CapsLock does nothing, LCtrl acts as both Ctrl and CapsLock.
Your neoray config in init.vim (Only the part that concerns neoray!)
Tested with a clean config directory.
Debug output (you can generate starting neoray with --verbose option)