GithubHelp home page GithubHelp logo

Comments (3)

sylecn avatar sylecn commented on July 22, 2024

I can't reproduce this issue.
Are you using nextpage with other extensions that may have conflict with said hotkeys?

You may add this in the beginning of nextpage user preferences to enable debug, you may see debug output in javascript console. Check whether you can see mouse or wheel events.

(enable-debug)
(enable-debug-for-key-events)
(bind "<mouse-5>" 'nextpage)
(bind "<wheel-down>" 'nextpage-maybe)

Note that mouse-5 is only available on mouses that have at least 5 buttons (usually 2 side buttons). If you have a common 2 button mouse with wheel, you may want to bind <wheel-down> instead.

from ff-nextpage.

Thomas-678 avatar Thomas-678 commented on July 22, 2024

I enabled debug and tested that <mouse-1>, <wheel-up>, <wheel-down> are now working.
But <mouse-2> to <mouse-5> aren't detected in console log. I tested this while disabling all other chrome extensions.
My mouse has two side buttons.

Currently, I use a workaround where I use AutoHotkey to rebind mouse 5 to a key on keyboard.

from ff-nextpage.

sylecn avatar sylecn commented on July 22, 2024

Thanks for reporting back.

mouse-2 to mouse-5 support should be fixed in nextpage v2.10.1.

mouse-2 still doesn't work in edge browser in windows. Since you use chrome, this issue shouldn't affect you.

from ff-nextpage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.