- 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.
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:
Am I just missing it?
Thank you.