fvim icon indicating copy to clipboard operation
fvim copied to clipboard

Input event with CTRL misbehave on macOS

Open Z-Shang opened this issue 4 years ago • 3 comments

OS Version: macOS Catalina 10.15.7 Dotnet Core Version: 3.1.403 NVim Version: 0.4.4

The issue happens when using key combinations with CTRL, e.g. C-l When the key combination is pressed, the input event will not be recognized by FVim unless it is pressed again and in the log, there will only be one input event of the corresponding key combination:

model: grid #1: OnInput: Key (Control, L)
neovim.process: call: 45 -> [0,45,"nvim_input",["<C-l>"]]
model: grid #1: OnInput: Key (Control, L)

Z-Shang avatar Nov 03 '20 02:11 Z-Shang

Looks like if several ctrl-key combinations are pressed in a row, the first will not come up on the control key press event.

Tested on Windows, X11 and macos, this problem only happens on mac

yatli avatar Nov 03 '20 06:11 yatli

Any updates on this. It has been more than a year. also need the Cmd key mapping to work.

atishay avatar Jan 04 '22 19:01 atishay

Follow linked issues please.

yatli avatar Jan 05 '22 14:01 yatli