Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Hotkey but not menu item. #7768

@robcaa

Description

@robcaa

It would be nice if you could specify a hotkey, writing plugins that do not present it to the menu. I wrote a Delphi-style bookmarking plugin that contains the Ctrl+1..9 and Ctrl+Shift+1..9 keys can be used, but I think the menu corresponding unnecessary.

Here is the code:
registerCommandHandler("toshsharma.bookmarks.setbookmark1", "set #1", setBookmark1, "Ctrl-Shift-1");

And here is what I want:
registerCommandHandler("toshsharma.bookmarks.setbookmark1", "", setBookmark1, "Ctrl-Shift-1");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions