Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mouse Back Forward To Navigate Setting #140714

Closed
pavelisel opened this issue Jan 14, 2022 · 7 comments
Closed

Mouse Back Forward To Navigate Setting #140714

pavelisel opened this issue Jan 14, 2022 · 7 comments
Labels
feature-request Request for new features or functionality workbench-history History item issues

Comments

@pavelisel
Copy link

pavelisel commented Jan 14, 2022

Mac Os

VSCode Settings:
Workbench › Editor: Mouse Back Forward To Navigate
Navigate between open files using mouse buttons four and five if provided.

Issue:
When mouse 3rd party software like logi options is installed it changes buttons mapping for number four and five. So it works like Back Forward not like buttons four and five.

Request:
Start listening for specific Back and Forward actions in addition to button number four and five

@rzhao271
Copy link
Contributor

Is the issue as follows?

  1. Have software that changes the mapping of buttons four and five
  2. Enable workbench.editor.mouseBackForwardToNavigate
  3. 🐛 You're unable to use buttons four and five to navigate between the open files

@rzhao271 rzhao271 added the info-needed Issue requires more information from poster label Jan 14, 2022
@pavelisel
Copy link
Author

Is the issue as follows?

  1. Have software that changes the mapping of buttons four and five
  2. Enable workbench.editor.mouseBackForwardToNavigate
  3. 🐛 You're unable to use buttons four and five to navigate between the open files

Yes, that is the issue

@rzhao271 rzhao271 added settings-editor VS Code settings editor issues under-discussion Issue is under discussion for relevance, priority, approach and removed info-needed Issue requires more information from poster labels Jan 18, 2022
@rzhao271 rzhao271 added this to the Backlog milestone Jan 18, 2022
@ovilaro
Copy link

ovilaro commented Mar 4, 2022

I can confirm this, with same Logitech Options software installed in Macos Big Sur 11.6.4. I can't navigate back and forward with the mouse, VSCode February 2022 (version 1.65). This version introduces new editor history navigation and I was curious about using mouse buttons.

@rzhao271 rzhao271 removed the settings-editor VS Code settings editor issues label Mar 4, 2022
@rzhao271 rzhao271 assigned bpasero and unassigned alexdima and rzhao271 Mar 4, 2022
@bpasero bpasero added feature-request Request for new features or functionality workbench-history History item issues and removed under-discussion Issue is under discussion for relevance, priority, approach labels Mar 5, 2022
@bpasero bpasero modified the milestones: Backlog, Backlog Candidates Mar 5, 2022
@bpasero bpasero removed their assignment Mar 5, 2022
@bpasero
Copy link
Member

bpasero commented Mar 5, 2022

This is unlikely to happen given prior discussions in #71318 where we found a generic solution that works in most cases actually. The previous solution was relying on Electron specific APIs that were not very stable and did not work across all OS.

@VSCodeTriageBot
Copy link
Collaborator

🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@github-actions github-actions bot locked and limited conversation to collaborators Jun 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality workbench-history History item issues
Projects
None yet
Development

No branches or pull requests

7 participants
@ovilaro @bpasero @alexdima @rzhao271 @pavelisel @VSCodeTriageBot and others