buttons 513 B

1234567891011121314151617
  1. # feh button configuration.
  2. # Comments start with a # sign, do not use them mid-line.
  3. # Each line must be blank, a comment, or a button definition.
  4. #
  5. # button definition: <action name> <button>
  6. #
  7. # A <button> is a button number with optional modifier.
  8. # For instance, C-1 would be Ctrl + Left click, 4-2 Mod4 + Middle click,
  9. # et cetera.
  10. # Switch menu and zoom keys, useful for two-button touchpads
  11. menu 2
  12. zoom 3
  13. # make scroll wheel (mousewheel up and down) zoom, instead of flipping images
  14. zoom_in 4
  15. zoom_out 5