diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-04-01 19:00:17 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-04-01 19:00:17 +0300 |
commit | 8a9b259ffcfcfb2f1406d810325491a6601e769d (patch) | |
tree | 4f455dc533d4e6974bb1d63c7d8644d05adac301 /mpv/restore-old-bindings.conf | |
parent | e41164cc452089c01f6764458ceb0127ab40c928 (diff) |
Massive changes that are qualitative and helpful. More modular repo.
Changes to be committed:
new file: Kvantum/KvArcDark#/KvArcDark#.kvconfig
new file: Kvantum/kvantum.kvconfig
modified: README.md
modified: Vencord/settings/settings.json
modified: X11/Xresources
modified: X11/xinit
new file: backgrounds/darkconstellation.png
new file: backgrounds/dessertnight.jpg
new file: backgrounds/fallingdown.png
renamed: backgrounds/flower_old_tree.jpg -> backgrounds/flowertree.jpg
new file: backgrounds/friend.jpg
new file: backgrounds/void.png
modified: bmenu
modified: btop/btop.conf
new file: clockpower
modified: dmenu.conf
new file: dunst/dunstrc
modified: htop/htoprc
modified: keybinds
new file: lock
new file: mpv/input.conf
new file: mpv/mplayer-input.conf
new file: mpv/mpv.conf
new file: mpv/restore-old-bindings.conf
new file: mpv/shaders/Anime4K_Auto_Downscale_Pre_x4.glsl
new file: mpv/shaders/Anime4K_DarkLines_Fast.glsl
new file: mpv/shaders/Anime4K_DarkLines_HQ.glsl
new file: mpv/shaders/Anime4K_DarkLines_VeryFast.glsl
new file: mpv/shaders/Anime4K_Deblur_CNN_L.glsl
new file: mpv/shaders/Anime4K_Deblur_CNN_M.glsl
new file: mpv/shaders/Anime4K_Deblur_DoG.glsl
new file: mpv/shaders/Anime4K_Deblur_Original.glsl
new file: mpv/shaders/Anime4K_Denoise_Bilateral_Mean.glsl
new file: mpv/shaders/Anime4K_Denoise_Bilateral_Median.glsl
new file: mpv/shaders/Anime4K_Denoise_Bilateral_Mode.glsl
new file: mpv/shaders/Anime4K_RA_CNN_L.glsl
new file: mpv/shaders/Anime4K_RA_CNN_M.glsl
new file: mpv/shaders/Anime4K_RA_CNN_UL.glsl
new file: mpv/shaders/Anime4K_RA_DoG.glsl
new file: mpv/shaders/Anime4K_ThinLines_Fast.glsl
new file: mpv/shaders/Anime4K_ThinLines_HQ.glsl
new file: mpv/shaders/Anime4K_ThinLines_VeryFast.glsl
new file: mpv/shaders/Anime4K_Upscale_CNN_L_x2.glsl
new file: mpv/shaders/Anime4K_Upscale_CNN_L_x2_Deblur.glsl
new file: mpv/shaders/Anime4K_Upscale_CNN_L_x2_Denoise.glsl
new file: mpv/shaders/Anime4K_Upscale_CNN_M_x2.glsl
new file: mpv/shaders/Anime4K_Upscale_CNN_M_x2_Deblur.glsl
new file: mpv/shaders/Anime4K_Upscale_CNN_M_x2_Denoise.glsl
new file: mpv/shaders/Anime4K_Upscale_CNN_UL_x2.glsl
new file: mpv/shaders/Anime4K_Upscale_CNN_UL_x2_Deblur.glsl
new file: mpv/shaders/Anime4K_Upscale_CNN_UL_x2_Denoise.glsl
new file: mpv/shaders/Anime4K_Upscale_DTD_x2.glsl
new file: mpv/shaders/Anime4K_Upscale_DoG_x2.glsl
new file: mpv/shaders/Anime4K_Upscale_DoG_x2_Deblur.glsl
new file: mpv/shaders/Anime4K_Upscale_Original_x2.glsl
new file: mpv/shaders/Anime4K_Upscale_Original_x2_Deblur_x2.glsl
new file: nbfc-kill
new file: nbfc-set
new file: nbfc-status
modified: neofetch/config.conf
modified: nvim/init.vim
modified: xrec
modified: xshot
modified: zathura/zathurarc
modified: zsh/aliases
modified: zsh/env
modified: zsh/zshrc
Diffstat (limited to 'mpv/restore-old-bindings.conf')
-rw-r--r-- | mpv/restore-old-bindings.conf | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/mpv/restore-old-bindings.conf b/mpv/restore-old-bindings.conf new file mode 100644 index 0000000..662a699 --- /dev/null +++ b/mpv/restore-old-bindings.conf @@ -0,0 +1,61 @@ + +# This file contains all bindings that were removed after a certain release. +# If you want MPlayer bindings, use mplayer-input.conf + +# Pick the bindings you want back and add them to your own input.conf. Append +# this file to your input.conf if you want them all back: +# +# cat restore-old-bindings.conf >> ~/.config/mpv/input.conf +# +# Older installations use ~/.mpv/input.conf instead. + +# changed in mpv 0.27.0 (macOS and Wayland only) + +# WHEEL_UP seek 10 +# WHEEL_DOWN seek -10 +# WHEEL_LEFT seek 5 +# WHEEL_RIGHT seek -5 + +# changed in mpv 0.26.0 + +h cycle tv-channel -1 # previous channel +k cycle tv-channel +1 # next channel +H cycle dvb-channel-name -1 # previous channel +K cycle dvb-channel-name +1 # next channel + +I show-text "${filename}" # display filename in osd + +# changed in mpv 0.24.0 + +L cycle-values loop "inf" "no" + +# changed in mpv 0.10.0 + +O osd +D cycle deinterlace +d cycle framedrop + +# changed in mpv 0.7.0 + +ENTER playlist-next force + +# changed in mpv 0.6.0 + +ESC quit + +# changed in mpv 0.5.0 + +PGUP seek 600 +PGDWN seek -600 +RIGHT seek 10 +LEFT seek -10 ++ add audio-delay 0.100 +- add audio-delay -0.100 +( add balance -0.1 +) add balance 0.1 +F cycle sub-forced-only +TAB cycle program +A cycle angle +U stop +o osd +I show-text "${filename}" |