Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
764 B

6 years ago
5 years ago
4 years ago
5 years ago
11 months ago
  1. # volume
  2. WHEEL_UP add volume 5
  3. WHEEL_DOWN add volume -5
  4. v cycle mute
  5. # speed
  6. r set speed 1.0
  7. g set speed 1.6
  8. h set speed 2.4
  9. w add speed -.2
  10. e add speed .2
  11. # seek
  12. Ctrl+RIGHT no-osd seek 0.2 exact
  13. Ctrl+LEFT no-osd seek -0.2 exact
  14. Shift+RIGHT no-osd seek 1 exact
  15. Shift+LEFT no-osd seek -1 exact
  16. RIGHT seek 5 exact
  17. LEFT seek -5 exact
  18. UP seek 10 exact
  19. DOWN seek -10 exact
  20. Shift+UP seek 60 exact
  21. Shift+DOWN seek -60 exact
  22. # zoom
  23. Ctrl+- add video-zoom -0.25
  24. Ctrl+= add video-zoom 0.25
  25. # mark
  26. m revert-seek mark # mark position for revert-seek
  27. Shift+m revert-seek
  28. # subtitle delay
  29. # z add sub-delay +0.25
  30. # Z add sub-delay -0.25
  31. u add sub-delay -0.25
  32. i add sub-delay +0.25
  33. ctrl+r cycle_values video-rotate "90" "180" "270" "0"