Guest User

Untitled

a guest
Jul 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. # mpv keybindings
  2.  
  3.  
  4. # Mouse
  5.  
  6. MOUSE_BTN0 ignore
  7. MOUSE_BTN0_DBL cycle fullscreen
  8. MOUSE_BTN2 cycle pause
  9. MOUSE_BTN3 osd-msg-bar seek +2 relative+exact
  10. MOUSE_BTN4 osd-msg-bar seek -2 relative+exact
  11. MOUSE_BTN5 ignore
  12. MOUSE_BTN6 ignore
  13.  
  14.  
  15.  
  16. # Arrow/navigation keys
  17.  
  18. RIGHT osd-msg-bar seek +3 relative+keyframes
  19. LEFT osd-msg-bar seek -3 relative+keyframes
  20. UP osd-msg-bar seek +1 relative+keyframes
  21. DOWN osd-msg-bar seek -1 relative+keyframes
  22.  
  23.  
  24.  
  25.  
  26. # Media Keys
  27.  
  28. POWER quit
  29. MENU show-progress
  30. PLAY cycle pause
  31. PAUSE cycle pause
  32. PLAYPAUSE cycle pause
  33. STOP quit
  34. FORWARD osd-msg-bar seek +5 relative keyframes
  35. REWIND osd-msg-bar seek -5 relative keyframes
  36. NEXT osd-msg playlist-next ; show-text "${playlist-pos-1}/${playlist-count}"
  37. PREV osd-msg playlist-prev ; show-text "${playlist-pos-1}/${playlist-count}"
  38. VOLUME_UP add volume +2 ; show-text "Volume: ${volume}"
  39. VOLUME_DOWN add volume -2 ; show-text "Volume: ${volume}"
  40. MUTE cycle mute
  41. CLOSE_WIN quit
Add Comment
Please, Sign In to add comment