Baha-Eddine MOKADEM wrote:
Hi,

I would like to map the right-clic-key (to make myself clear it's the
one between Win flag and Ctrl key)

so I can have the suggestion when I'm spellchecking a file.

How is it named under vim ?

Thank you for your help

Eddine.



Not sure Vim sees that key. In Insert mode, try hitting Ctrl-V (or Ctrl-Q if you use Ctrl-V to paste) followed by the key in question. If something is inserted in your buffer, that's (probably) how your version of Vim sees the key. If nothing is inserted, or if something else happens (e.g., a menu opens) then Vim doesn't see the key. You might try changing the status of the 'winaltkeys' setting to see if it makes any difference.


Best regards,
Tony.

Reply via email to