Describe the bug
Neovide doesn't capture super key combos, eg. <D-j>.
To Reproduce
Steps to reproduce the behavior:
- Enter insert mode
- Press
<D-j>. This is possible on a mac by pressing Command + j.
- Observe that the string
<D-j> is literally inserted into the buffer.
Expected behavior
The <D-j> keycode should be sent to neovim.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: 13.1
- Neovide Version 0.10.3
- Neovim Version 0.8.2
Please run neovide --log and paste the contents of the .log file created in the current directory here:
Additional context
Workaround is possible (this example also remaps it to meta, but you can change it to send super) but has limitations (typing <D-j> manually will trigger the keycode).
Describe the bug
Neovide doesn't capture super key combos, eg.
<D-j>.To Reproduce
Steps to reproduce the behavior:
<D-j>. This is possible on a mac by pressing Command + j.<D-j>is literally inserted into the buffer.Expected behavior
The
<D-j>keycode should be sent to neovim.Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Please run
neovide --logand paste the contents of the.logfile created in the current directory here:Additional context
Workaround is possible (this example also remaps it to meta, but you can change it to send super) but has limitations (typing
<D-j>manually will trigger the keycode).