Guest User

Untitled

a guest
Jul 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. # feh key configuration.
  2. # Comments start with a # sign, do not use them mid-line.
  3. # Each line must be blank, a comment, or a key definition.
  4. #
  5. # key definition: <action name> <key1> [<key2> [<key3>]]
  6. #
  7. # Each <key> is an X11 keysym (as output by xev) with optional modifier.
  8. # For instance, C-x would be Ctrl+X, or 4-space Mod4+Space
  9. #
  10.  
  11. #menu_parent h Left
  12. #menu_child l Right
  13. #menu_down j Down
  14. #menu_up k Up
  15. #menu_select space Return
  16.  
  17. # Same for image navigation ...
  18. prev_img s Left BackSpace
  19. next_img t Right space
  20. remove d
  21. delete S-D
  22.  
  23. # and image movement
  24. scroll_up C-r
  25. scroll_down C-n
  26. scroll_left C-s
  27. scroll_right C-t
  28.  
  29. # zooming
  30. zoom_in 1-i
  31. zoom_out 1-o
  32. zoom_default 1-d
  33. zoom_fit 1-f
  34.  
  35. # I only hit these accidentaly
  36. save_image
  37. save_filelist
Add Comment
Please, Sign In to add comment