Triple finger tap

Answered

Hi there.

 

I'm struggling to make triple tap - aka middle mouse button - to close a tab.

On my current laptop it doesn't work OOTB, however I'm somewhat sure it was working fine on the previous one.

I tried setting it manually through keymap settings, however it's just not being recognized. Only "clicks" are recognized, but any "taps" - are not.

 

I'm using Asus laptop with Windows precision drivers (at least I believe so and I don't have any synaptics installed).

 

Am I missing something or is there any thing else I can do to make triple tap work as intended?

 

Thanks.

0
2 comments
Avatar
Permanently deleted user

Hi! 

I filed a new issue: https://youtrack.jetbrains.com/issue/IDEA-233052

Please, attach complete logs archive from "Help | Compress Logs and Show in...", and describe the model of your laptop. If you are not familiar with YouTrack, see https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications

> aka middle mouse button

I'm not sure whether these events are the same from JDK perspective, however, you can try binding it manually through a config file:

1. In "Settings | Keymap", set some shortcut to the desired action, and exit IDE
2. Open settings path: https://intellij-support.jetbrains.com/hc/en-us/articles/206544519
3. Open keymap XML file under "keymap" directory
4. Find the action changed in step 1, and change the "keystroke" parameter of the "mouse-shortcut" node to "button2". So it will look like:

<mouse-shortcut first-keystroke="button2" />
0

Thanks for your action.

I will post further updates within the issue.

 

 

0

Please sign in to leave a comment.