equalsraf / neovim-qt

Neovim client library and GUI, in Qt5.
https://github.com/equalsraf/neovim-qt/wiki
ISC License
1.85k stars 171 forks source link

Control+shift+I mappings is not working #957

Closed ok97465 closed 2 years ago

ok97465 commented 2 years ago

Adding a vim rc with a << c-s-r >> map works correctly. But Adding a vim rc with a << c-s-i >> map doesn't work.

Thank you.

nmap <c-s-i> <cmd>echo "1"<CR>
nmap <c-s-r> <cmd>echo "2"<CR>

image

Information

Neovim: v0.6.1
OS: Windows 10 Home
jgehrig commented 2 years ago

@ok97465

Both mapping work for me on Windows/Linux.

Two things to try:

  1. Try the latest build from master: https://github.com/equalsraf/neovim-qt/actions/runs/1423736936
  2. Check for conflicting key bindings with other programs.

If neither of the above works, we'd need to run through the scenario with a special build that logs all QKeyEvents to see why this sequence is not being captured correctly.