gnvim icon indicating copy to clipboard operation
gnvim copied to clipboard

Mapping <M-;> doesn't work

Open muniter opened this issue 2 years ago • 2 comments

Hello. Mapping <M-;> doesn't work. This is Alt-;

I use this without issue in the TUI, and also in other GUIs (fvim, goneovim). Tried launching it from the terminal and test the mapping but have no output.

What I mean by not working is that the Gui doesn't send it to neovim, meaning nothing happens.

muniter avatar Nov 20 '21 20:11 muniter

Just noticed I really didn't give much information. Sorry.

Want to add that other alt mappings work correctly, I have the issue only with this one.

Using Linux, Arch, Wayland, SwayWM

muniter avatar Nov 21 '21 14:11 muniter

Same for <Alt-=>

urxvtcd avatar Aug 28 '22 11:08 urxvtcd

Gnvim was rewritten from ground up for gtk4, but this issue was still present. This was fixed in https://github.com/vhakulinen/gnvim/commit/6b2c8a07478f97e57de2bf8f634564c08b4cf6ad.

Regarding the = and ; keys, you might need to add shift key to your mappings (depending on your keyboard layout).

vhakulinen avatar Nov 27 '22 12:11 vhakulinen