Guest User

excerpt from man imwheel

a guest
Dec 14th, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. -b, --buttons button-spec
  2. Remap buttons in button-spec to interpreted wheel/thumb input. Also limits the button grab to the specified buttons when using the ZAxis method. (see "X WINDOWS ZAXIS METHOD" below) the
  3. button-spec may specify any of up to five buttons. the button-spec is decoded in the following order for wheel input:
  4.  
  5. Index Interpreted As Button Number
  6. 1 Wheel Up 4
  7. 2 Wheel Down 5
  8. 3 Wheel Left 6
  9. 4 Wheel Right 7
  10. 5 Thumb Button 1 8
  11. 6 Thumb Button 2 9
  12.  
  13. A button-spec of "45" will limit the grabbed buttons for only wheel up and down.
  14. A button-spec of "67" may be useful to use actual buttons 6 and 7 as wheel up and down, and limit the grab to only those two buttons.
  15. A button-spec of "0" turns off any defined mapping, thus allowing for skips in the button-spec for something that doesn't exist on your mouse.
  16. A button-spec of "45006" may be for normal wheel up/down and a thumb button 1, but no horizontal wheel axis.
  17. The default button-spec is "456789".
  18. See also xmodmap(1).
Advertisement
Add Comment
Please, Sign In to add comment