Power click in IntelliJ?

I am new to IntelliJ, I also have a new joystick with support for pushing Apple. It seems that it would be very useful to be able to assign a forced click on the action of the key card (for example, bring up javadoc). Is there any way to do this? Right now, if I try to assign a click strength, it will appear as "Button 1".

Thanks!

+5
source share
1 answer

This seems to be supported at least 2016.2, but you should configure it.

For example, to set Force Touch to run "Go to declaration" (go to the description of the function / class / symbol), go to "Settings"> "Key Card". Then find "Declaration." Right-click the entry and select Add Mouse Shortcut. In the pop-up menu, click on the power button. Apply and you're done!

+5
source

Source: https://habr.com/ru/post/1246194/


All Articles