Skip to content

Is it possible to enable repeating keys only for the specific IDE where the plugin is installed? #1050

Discussion options

You must be logged in to vote

Yes, you can set it per-application. The tricky part is finding the application ID. This gist has some details. The EAP builds usually have -EAP appended, such as com.jetbrains.rider-EAP. And you can use a command line such as defaults read | egrep -o 'com\.jetbrains\.[^\"]+' | sort --unique to print out all the known IDs for the different IDEs, so you can then set it per-IDE.

Ideally, the plugin would do this itself, but it's unclear how to get the app ID programmatically. An even better solution would be for the plugin to disable press and hold while in Normal mode. I think this is now supported by the JBR, so it should be possible to enable/disable input methods for the editor when the…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cartesian-plane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants