3 Comments

  1. To find our the mouse buttons for the `m` command, you can use the `xev` command. It is usually as follows.

    left = 1
    wheel-as-button = 2
    right = 3
    wheel-up = 4
    wheel-down = 5

Leave a Reply

Your email address will not be published. Required fields are marked *