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.

33 lines
646 B

5 years ago
5 years ago
4 years ago
5 years 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 3 exact
  17. LEFT seek -3 exact
  18. UP seek 10 exact
  19. DOWN seek -10 exact
  20. Shift+UP seek 60 exact
  21. Shift+DOWN seek -60 exact
  22. # mark
  23. m revert-seek mark # mark position for revert-seek
  24. Shift+m revert-seek
  25. # subtitle delay
  26. # z add sub-delay +0.25
  27. # Z add sub-delay -0.25
  28. u add sub-delay -0.25
  29. i add sub-delay +0.25