Skip to content

[Feature Request] AddBookmark function keybinding #45

@Neurognostic

Description

@Neurognostic
  • Surfingkeys Version: 0.9.74
  • Surfingkeys-conf Version (git hash): 9623762
  • Operating System: Linux
  • Browser Version: Firefox 90.0.2

Details

I was not able to find any functionality in this config to add/create a bookmark. In the default config it's mapped to ab.

From the default Sufingkeys config:

mapkey('ab', '#8Bookmark current page to selected folder', function() {
    var page = {
        url: window.location.href,
        title: document.title
    };
    Front.openOmnibar(({type: "AddBookmark", extra: page}));
});

Am I just missing it?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions