nikita-rudenko / back-n-forth

VSCode extension that adds Go Back/Forward buttons ↔️
https://marketplace.visualstudio.com/items?itemName=nick-rudenko.back-n-forth
MIT License
17 stars 1 forks source link

Can we make it work with mouse buttons? #15

Closed martinlarosa closed 3 years ago

martinlarosa commented 3 years ago

I have a logitech mouse with back and forward buttons on the side, can I make it work with this plugin?

nikita-rudenko commented 3 years ago

Luckily, I also use a Logitech mouse, the M590 one. The back and forward buttons work for me :thinking:

For back and forward actions, the plugin just uses the VSCode commands API, specifically calls the workbench.action.navigateForward and workbench.action.navigateBack commands. I checked the keybindings settings and it's not possible to assign the mouse buttons for these combinations explicitly for now (https://github.com/microsoft/vscode/issues/3130).

I am not sure how to help you :disappointed_relieved: