plugin-intellij icon indicating copy to clipboard operation
plugin-intellij copied to clipboard

Don't block keyboard shortcuts in the editor

Open MartinKolarik opened this issue 2 years ago • 0 comments

If possible, the assigned shortcuts should be only handled when our popup is open. Otherwise, they should be passed through to other handlers. E.g. if F2 is assigned for a "rename variable" action within the editor, it should keep working, unless our dropdown is open.

MartinKolarik avatar Aug 04 '21 12:08 MartinKolarik