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

certain functions not working #2118

Open
bootos opened this issue May 19, 2024 · 0 comments
Open

certain functions not working #2118

bootos opened this issue May 19, 2024 · 0 comments

Comments

@bootos
Copy link

bootos commented May 19, 2024

surfing keys does not seem to be working
for certain functions.

can you help me fix it? thank you.

  1. this is suppose to open bookmark omnibar
    enter the letter b
    then press enter key
    and go to first url in current tab
    but it does not do that
    instead it opens up bookmark omnibar
    that's it
    how do i make it work ?
    it seems feedkeys not working.
    mapkey(',/', '#8Open a nextbookmark', function() {
    api.Front.openOmnibar(({type: "Bookmarks" }));
    Normal.feedkeys('pbp');
    });

  2. this does nothing.
    it seems to be feedkeys again.
    it suppose do same as above.

map(',;', ':feedkeys pbp', 0, "#3Go bkmk ");

  1. this does nothing.
    it should delete the bookmark.

    even when i comment out feedkeys
    and go to a bookmarked webpage in a tab
    and press this ,it does not remove the
    bookmark.

mapkey(',r', '#14Remove bookmark for current page', function() {
///alert(window.location);
Front.openOmnibar(({type: "Bookmarks"}));
Normal.feedkeys("pbp");
RUNTIME('removeBookmark');
}
);

  1. this not work.
    but if i enter the fontsize code into
    tampermonkey, it works.
    why does it not work in surfingkeys?
    any solution would be appreciated.
    i have been trying to solve all these 5 problems this last 2 weeks.
    thank a lots in advance.

mapkey(',9', 'fontsize 42', function(){
window.document.body.style.fontSize="42px";
});

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

No branches or pull requests

1 participant