You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
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");
The text was updated successfully, but these errors were encountered:
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");
The text was updated successfully, but these errors were encountered: