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

Expose Mouse Bindings in the Preferences main menu #2558

Closed
evandrocoan opened this issue Jan 9, 2019 · 2 comments
Closed

Expose Mouse Bindings in the Preferences main menu #2558

evandrocoan opened this issue Jan 9, 2019 · 2 comments

Comments

@evandrocoan
Copy link

Problem description

image

I would call it Mouse Bindings for coherence with Key Bindings.

Initially suggested at:

  1. Mousemap contexts #105 (comment) Mousemap contexts

Keywords for search:

  1. mousemap mousemaps mouse-map mouse-maps mousebind mousebinds mousebinding mousebindings mouse-bind mouse-binds mouse-binding mouse-bindings
@themilkman
Copy link

themilkman commented May 24, 2023

I also think that would be a very useful addition. Now, that the mousemap even supports contexts there are even more usecases.
It would make it much easier to customize things as the Default would be shown to the left (I'd expect it the same way as keybings are already implemented).

Edit: FTR, this command does the job:

    {
        "caption": "Preferences: Mouse Bindings/Mousemap",
        "command": "edit_settings", "args":
        {
            "base_file": "${packages}/Default/Default ($platform).sublime-mousemap",
            "default": "[\n\t$0\n]\n"
        }
    },

@valeriesubl valeriesubl self-assigned this May 31, 2023
@BenjaminSchaaf
Copy link
Member

Build 4153 adds Mouse Bindings under the Preferences menu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants