Replies: 1 comment 2 replies
-
|
This is something that you might be able to do with an IntelliJ plugin, where you can get access to the Swing key events, but I don't know how you could do it within the Vim infrastructure. If we can't represent it as a Vim map, then it would require additional custom code, and may be better suited to a separate plugin. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is the IDE Keyboard API powerful enough to allow IdeaVim to perform the following example actions that require differentiating between tap and hold as well as between left and right modifiers:
Beta Was this translation helpful? Give feedback.
All reactions