qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.64k stars 218 forks source link

Fix <Cmd + .> don't trigger keydown event. #876

Closed imkerberos closed 2 years ago

qvacua commented 2 years ago

Cmd-. is the shortcut for "Tools -> Focus Neovim View" menu item. Have you tried to delete the shortcut in the prefs?

imkerberos commented 2 years ago

Yes, I disabled all shortcuts in prefs.

qvacua commented 2 years ago

I see. I added a menu item shortcut check in the develop branch. Could you merge develop and check whether your that breaks your change?

imkerberos commented 2 years ago

@qvacua I have merged develop branch and checked. The menu shortcut checker doesn't break my change.